You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#21772] YSQL: Stabilize createIndexViolatingUniqueness with Connection Manager enabled
Summary:
When connection manager is enabled, the test org.yb.pgsql.TestPgUniqueConstraint.createIndexViolatingUniqueness fails.
During the runtime of the test, the allowed preview flags are modified to a certain value. This disables the required preview flag to enable connection manager, hence causing the test to fail.
The corresponding flag (enable_ysql_conn_mgr) can be added to the preview flag list when the connection endpoint is the connection manager layer.
Jira: DB-10648
Test Plan:
Jenkins: enable connection manager, test regex: .*TestPgUniqueConstraint.*
./yb_build.sh --enable-ysql-conn-mgr-test --java-test org.yb.pgsql.TestPgUniqueConstraint#createIndexViolatingUniqueness
Reviewers: janand, myang
Reviewed By: janand, myang
Differential Revision: https://phorge.dev.yugabyte.com/D33467
0 commit comments