Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23770] YSQL: Stabalize TestPgExplainAnalyze#testExplainAnalyzeOptio…
…ns the test with ysql connection manager Summary: This diff makes `org.yb.pgsql.TestPgExplainAnalyze#testExplainAnalyzeOptions` test to run in round robin mode when ran with ysql connection manager as the test expects caching of results on the backend on running the query, therefore with round random mode we can deterministically populate the cache on each backend and run the test with ysql conn mgr. Jira: DB-12674 Test Plan: Jenkins: enable connection manager, test regex: .*ExplainAnalyze.* Ensure below test is working: `./yb_build.sh --enable-ysql-conn-mgr-test --java-test org.yb.pgsql.TestPgExplainAnalyze#testExplainAnalyzeOptions` Reviewers: skumar, rbarigidad Reviewed By: rbarigidad Differential Revision: https://phorge.dev.yugabyte.com/D37891
- Loading branch information