-
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.
[#23448] YSQL: fix failing test PgAutoAnalyzeTest.CheckTableMutations…
…Count Summary: This diff fixes the failing test: `PgAutoAnalyzeTest.CheckTableMutationsCount` caused by D31135. The root cause is the trigger analyze functionality of auto analyze service disturbs the pure mutations count testing purpose. In addition, the test helper function `ExecuteStmtAndCheckMutationCounts` is slightly changed because occasionally `PgAutoAnalyzeTest.CheckTableMutationsCount` fails due to insufficient wait time for mutations count increment. Jira: DB-12371 Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_auto_analyze-test --gtest_filter PgAutoAnalyzeTest.CheckTableMutationsCount -n 100 Reviewers: mihnea, pjain Reviewed By: pjain Subscribers: ybase, yql Differential Revision: https://phorge.dev.yugabyte.com/D37176
- Loading branch information
Showing
2 changed files
with
53 additions
and
47 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