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
Jira Link: DB-23135
Description
TestPgCatalogConsistency#testAlterTableis currently pinned to legacy catalog mode: #32451 disabledenable_object_locking_for_table_locksfor 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:
Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information