diff options
author | ssmike <ssmike@ydb.tech> | 2023-03-04 15:33:46 +0300 |
---|---|---|
committer | ssmike <ssmike@ydb.tech> | 2023-03-04 15:33:46 +0300 |
commit | 9005771de7b0f90c0512ffeff145a77f6fba11b9 (patch) | |
tree | 17f8796172804d69e5f9426425d2c41f54b6b24c | |
parent | 70c82ac132b7cb8e8b8a121639b6ab4876449a70 (diff) | |
download | ydb-9005771de7b0f90c0512ffeff145a77f6fba11b9.tar.gz |
fix test after rXXXXXX
-rw-r--r-- | ydb/core/tx/datashard/datashard_ut_order.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/tx/datashard/datashard_ut_order.cpp b/ydb/core/tx/datashard/datashard_ut_order.cpp index 936c7a443fb..4f6012ba5ed 100644 --- a/ydb/core/tx/datashard/datashard_ut_order.cpp +++ b/ydb/core/tx/datashard/datashard_ut_order.cpp @@ -1315,6 +1315,7 @@ Y_UNIT_TEST(TestOnlyDataTxLagCausesRejects) { NKikimrConfig::TAppConfig app; app.MutableTableServiceConfig()->SetEnableKqpDataQuerySourceRead(false); TServerSettings serverSettings(pm.GetPort(2134)); + serverSettings.SetEnableMvccSnapshotReads(false); serverSettings.SetDomainName("Root") .SetUseRealThreads(false) .SetAppConfig(app); |