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
[#28899] DocDB: Disable object locking for TestSchemaVersionMismatch
Summary:
TestSchemaVersionMismatch expects schema version mismatch errors amidst processing of DDLs, most of which are eliminated with object locking. Hence, disabled the feature for the test.
Jira: DB-18622
Test Plan:
Jenkins
Enabled object locking by default, and ran the following
```
./yb_build.sh --java-test 'org.yb.pgsql.TestSchemaVersionMismatch#testBasic'
```
Reviewers: amitanand, rthallam
Reviewed By: rthallam
Subscribers: ybase
Differential Revision: https://phorge.dev.yugabyte.com/D47238
0 commit comments