Skip to content

2.27.0.0-b610

@yusong-yan yusong-yan tagged this 26 Sep 15:51
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
Assets 2
Loading