-
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.
[PLAT-15726][PLAT-15735] Avoid use of multi-statement queries in node…
… health script + recheck in DDL atomicity check Summary: Recent DB version do not allow multi-statement queries execution via ysqlsh -c. We have to modify out erite read test to use single query. Also, in case of ongoing DDL operations we can end up in a race conditions, which trigger false positive errors. Trying to address that by re-checking particular table in case errors were fould previously. Test Plan: Create universe with build 2.20.0.0_b50 Make sure DDL atomicity check passes. FOrce DDL atomicity issues. Make sure DDL atomocity check fails with proper error messages. Make sure write read test metric is exported properly. Reviewers: vbansal Reviewed By: vbansal Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D39550
- Loading branch information
1 parent
eec6d50
commit da7ba1b
Showing
1 changed file
with
46 additions
and
26 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