diff options
author | Dmitry Kardymon <kardymon-d@ydb.tech> | 2025-02-04 13:51:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 13:51:32 +0300 |
commit | 28ed3dfcdf9d2f488f627bf7f296018ae2fad605 (patch) | |
tree | 920d7342f9b2268f7397a9cc9b1ef63a2c28a0aa | |
parent | 647a02f90e702a97220c36442e07940471253c31 (diff) | |
download | ydb-28ed3dfcdf9d2f488f627bf7f296018ae2fad605.tar.gz |
FQ: add commit tx in test (#14122)
-rw-r--r-- | ydb/core/fq/libs/ydb/ut/ydb_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/fq/libs/ydb/ut/ydb_ut.cpp b/ydb/core/fq/libs/ydb/ut/ydb_ut.cpp index 9008de6e5d..1310a81515 100644 --- a/ydb/core/fq/libs/ydb/ut/ydb_ut.cpp +++ b/ydb/core/fq/libs/ydb/ut/ydb_ut.cpp @@ -451,7 +451,7 @@ Y_UNIT_TEST_SUITE(TCheckGenerationTest) { [prefix = connection->TablePathPrefix] (TSession session) { auto context = MakeIntrusive<TGenerationContext>( session, - false, // the only difference with ShouldRollbackTransactionWhenCheckFails + true, // the only difference with ShouldRollbackTransactionWhenCheckFails prefix, "test", "id", |