-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#25440] DocDB: Fix QLTransactionTest.LogSegmentRolloverWithMultipleT…
…xns in release builds Summary: The test performs 10 transactions and expects that it will generate at least 2 segments on each tablet peers. But it could happen that we have just 1 segment on the follower. Adjusted test to continue performing transactions until we have enough segments on each replica. Jira: DB-14681 Test Plan: ./yb_build.sh release --full-lto -n 4000 --gtest_filter QLTransactionTest.LogSegmentRolloverWithMultipleTxns -- -p 20 Reviewers: siddharth.shah Reviewed By: siddharth.shah Subscribers: ybase Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D40920
- Loading branch information
Showing
1 changed file
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters