Skip to content

[YSQL] Adapt TestPgCatalogConsistency#testAlterTable to concurrent DDL mode #33456

Description

@pao214

Jira Link: DB-23135

Description

TestPgCatalogConsistency#testAlterTable is currently pinned to legacy catalog mode: #32451 disabled enable_object_locking_for_table_locks for it in order to stop the flakiness. That is a stopgap -- the test now gives no coverage in the mode that is becoming the default.

Adapt the test to run under object locking. Likely depends on #29275.

Steps to reproduce

Not a new failure. Revert the flag override added for #32451 and run against a release build:

ybd release --java-test 'org.yb.pgsql.TestPgCatalogConsistency#testAlterTable' -n 20

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions