aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshmel1k <shmel1k@ydb.tech>2023-01-20 11:06:43 +0300
committershmel1k <shmel1k@ydb.tech>2023-01-20 11:06:43 +0300
commit21bc1d98eb564a4e03b7ca1c064dc3e68519e2f1 (patch)
treed217c09bb68fca2bbaccf39443343106d55153e1
parent54c3e562802c97aa57576292298f18260078161a (diff)
downloadydb-21bc1d98eb564a4e03b7ca1c064dc3e68519e2f1.tar.gz
fix tests stop
-rw-r--r--ydb/services/persqueue_v1/first_class_src_ids_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/services/persqueue_v1/first_class_src_ids_ut.cpp b/ydb/services/persqueue_v1/first_class_src_ids_ut.cpp
index 7d15e63eb83..afa962759f5 100644
--- a/ydb/services/persqueue_v1/first_class_src_ids_ut.cpp
+++ b/ydb/services/persqueue_v1/first_class_src_ids_ut.cpp
@@ -64,7 +64,7 @@ Y_UNIT_TEST_SUITE(TFstClassSrcIdPQTest) {
alterAndCheck(5);
alterAndCheck(10);
alterAndCheck(15);
- ydbDriver = nullptr;
+ ydbDriver->Stop(true);
}
Y_UNIT_TEST(NoMapping) {
@@ -83,7 +83,7 @@ Y_UNIT_TEST_SUITE(TFstClassSrcIdPQTest) {
alterAndCheck(2);
alterAndCheck(4);
alterAndCheck(12);
-// ydbDriver = nullptr;
+ ydbDriver->Stop(true);
}
}