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
[#28705] docdb: Disable table level lock for ConcurrentDDLAnalyze test
Summary:
Disable enable_object_locking_for_table_locks for 'ConcurrentDDLAnalyze' test.
This test was designed to verify that a long-running ANALYZE operation can be interrupted by a concurrent DDL. However, with table-level locking enabled, this is no longer the case, ANALYZE acquires a table lock that blocks the other DDL from proceeding
Jira: DB-18408
Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_auto_analyze-test --gtest_filter PgConcurrentDDLAnalyzeTest.ConcurrentDDLAnalyze
Reviewers: myang, sanketh, rthallam
Reviewed By: sanketh
Subscribers: yguan, yql, ybase
Differential Revision: https://phorge.dev.yugabyte.com/D47023
0 commit comments