Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#20518] docdb: Adjust waits in GeoTransactionsPromotionConflictAbort…
…Test.TestConflictAbortBeforeNewHeartbeat Summary: GeoTransactionsPromotionConflictAbortTest.TestConflictAbortBeforeNewHeartbeat attempts to simulate a race condition that happens before the first heartbeat of a transaction. On slower builds like TSAN (and to a lesser degree, mac), things often take long enough that we fail to set up the race condition before the first heartbeat at 1500ms (TSAN)/500ms (non-TSAN). This build increases all waits and heartbeat interval by several times to reduce flakiness. Jira: DB-9524 Test Plan: Jenkins, triggered to run TSAN 100x, fail rate goes from ~70% to ~5% (remaining fails are a different issue where test isn't getting cleaned up). Reviewers: sergei, bogdan Reviewed By: bogdan Subscribers: ybase, yql Differential Revision: https://phorge.dev.yugabyte.com/D31867
- Loading branch information