-
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.
[BACKPORT 2024.1][#13358] YSQL: YBDdlAtomicityBackupTest::RunDdlAtomi…
…cityTest test change Summary: The way the test YBDdlAtomicityBackupTest::RunDdlAtomicityTest is written, all the DDLs will be inflight during the backup - so backup will fail. It's better to test the case where backup fails if any single DDL is inflight. This diff changes the test to randomly pick one DDL to be inflight and verify the backup fails. Jira: DB-2996 Original commit: 5ebfef8 / D35140 Test Plan: ./yb_build.sh release --cxx-test yb-backup-cross-feature-test --gtest_filter YBDdlAtomicityBackupTest.DdlRollbackAtomicityTest -n 20 Reviewers: fizaa Reviewed By: fizaa Subscribers: yql, ybase Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D35150
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 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
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
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