-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[YSQL] [Index Backfill] TestIndexBackfill failing #5044
Labels
Milestone
Comments
ASAN was unhappy about
|
frozenspider
added a commit
that referenced
this issue
Jul 10, 2020
Summary: `org.yb.pgsql.TestIndexBackfill` test has been failing for the following reasons: * Error message it was expecting to catch was changed in 8246ca4#diff-35b7aae825e891e35b810e7bc838ffe1L159 * For "schema version mismatch" transparent restart, when aborting transaction, we weren't cleaning up `debug_query_string` which remained pointing to the query allocated in the destroyed memory context - briefly, but it was subsequently used when logging, and was caught by ASAN It might still sometimes fail in ASAN though: * Because of #5030 * Weird case when test succeeds but our test framework reports it as a failure, possibly because of stray `postgres` processes left over after the test (Resolves #5044) Test Plan: ybd --java-test org.yb.pgsql.TestIndexBackfill (and ASAN as well) Reviewers: jason, mihnea Reviewed By: mihnea Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D8878 (cherry picked from commit 91733d4)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Test was enabled in #4941)
This test fails in release (due to error message change in 8246ca4#diff-35b7aae825e891e35b810e7bc838ffe1L159), as well as in ASAN
The text was updated successfully, but these errors were encountered: