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
[#28772] docdb: Disable table-level locks for geo-partitioning tests failing due to #28317
Summary:
A handful of geo-partitioning tests explicitly test when transactions are not started
as region-local. This fails when table-level locks are enabled due to #28317. Disabling table-level
locks for those tests until #28317 is fixed:
- GeoTransactionsTest.TestTransactionTabletSelection
- GeoTransactionsTest.TestTransactionTabletSelectionWildcard
- GeoTransactionsTest.TestAutomaticLocalTransactionTableCreation
- GeoTransactionsTablespaceLocalityTest.TestSimple
- GeoTransactionsTablespaceLocalityTest.TestFK
- GeoTransactionsTablespaceLocalityTest.TestAlterSetTablespace
Jira: DB-18485, DB-17999
Test Plan: Tested above tests with changes over D44416.
Reviewers: bkolagani, rthallam
Reviewed By: rthallam
Subscribers: ybase, yql
Differential Revision: https://phorge.dev.yugabyte.com/D47137
0 commit comments