Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT 2.16][#7376] YSQL: partial fix test insertsWhileCreatingIndex
Summary: Java test TestIndexBackfill#insertsWhileCreatingIndex fails for two reasons: - some transient failure messages are not caught/allowed - index state changes may not properly wait Fix the first cause: add more messages that are allowed. This should reduce the test flakiness but not fully fix it. Leave issue #7376 open. Original commit: 90fa310 / D20329 Test Plan: Jenkins: test regex: .*TestIndexBackfill#insertsWhileCreatingIndex Ensure the following only fails with "Mismatch at row" errors (which are for the index state change issue): ./yb_build.sh fastdebug --gcc11 \ --java-test 'org.yb.pgsql.TestIndexBackfill#insertsWhileCreatingIndex' \ -n 1000 --tp 1 Reviewers: alex Reviewed By: alex Differential Revision: https://phabricator.dev.yugabyte.com/D20580
- Loading branch information