Skip to content

Stabilize createIndexViolatingUniqueness with Connection Manager enabled #21772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yugabyte-ci opened this issue Apr 2, 2024 · 0 comments
Closed
Assignees
Labels
area/ecosystem Label for all ecosystem related projects jira-originated kind/new-feature This is a request for a completely new feature priority/high High Priority

Comments

@yugabyte-ci
Copy link
Contributor

yugabyte-ci commented Apr 2, 2024

Jira Link: DB-10648

@yugabyte-ci yugabyte-ci added area/ecosystem Label for all ecosystem related projects jira-originated kind/new-feature This is a request for a completely new feature priority/high High Priority labels Apr 2, 2024
rahulb-yb added a commit that referenced this issue Apr 2, 2024
…on 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ecosystem Label for all ecosystem related projects jira-originated kind/new-feature This is a request for a completely new feature priority/high High Priority
Projects
None yet
Development

No branches or pull requests

2 participants