Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23837] YSQL: Temporarily disable some tests with Connection Manager…
… enabled Summary: This diff (temporarily) disables the following tests when run with Connection Manager: TestPgAuthorization.testAttributes- Role OID-based pool design is needed in addition to waiting for connection count-related statistics to pass (recreate user operations, connection limit per user checks). Note that conn limit per user support has been added - D33469, but the test was left to be modified as a TODO because of the need for ROLE OID pool support TestPgAuthorization.testLongPasswords - Long passwords cause I/O errors with Connection Manager (this support is needed), this test further needs ROLE OID pooling support in order to pass Jira: DB-12741 Test Plan: Jenkins: enable connection manager, test regex: .*testAttributes.*|.*LongPasswords.* Reviewers: skumar Reviewed By: skumar Differential Revision: https://phorge.dev.yugabyte.com/D38379
- Loading branch information