Commit 59d6f53
committed
[yugabyte#27576] Docdb: Reduce PgIndexBackfill test PhantomIdxEntry/1 flakiness
Summary:
PgIndexBackfillReadCommittedBlockIndislive.PhantomIdxEntry/1 is flaky and fails about 7/30 times sporadically.
This is due to a DML running right after Create Index, that may run into a "schema version mismatch".
Add a retry around the DML to make the test less flaky.
Jira: DB-17139
Test Plan:
Jenkins: test regex: PgIndexBackfillReadCommittedBlockIndislive.PhantomIdxEntry/1
yb_build.sh release --cxx-test pg_index_backfill-test --gtest_filter PgIndexBackfillReadCommittedBlockIndislive.PhantomIdxEntry/1 --clang19 -n 30 --tp 3
Before this change, on master: 7 / 30 failures
Before yugabyte@e01d18c: 7 / 30 failures, so does not appear to be caused by that diff.
After this diff: 0 / 30
Reviewers: jason, hsunder
Reviewed By: jason, hsunder
Subscribers: ybase, yql
Differential Revision: https://phorge.dev.yugabyte.com/D446741 parent 3771229 commit 59d6f53
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2384 | 2384 | | |
2385 | 2385 | | |
2386 | 2386 | | |
2387 | | - | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
2388 | 2398 | | |
2389 | 2399 | | |
2390 | 2400 | | |
| |||
0 commit comments