aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexbogo <alexbogo@ydb.tech>2023-02-09 15:40:14 +0300
committeralexbogo <alexbogo@ydb.tech>2023-02-09 15:40:14 +0300
commit9a7a7e29c66796feedb8db5bb17bc8795433c371 (patch)
treeb4e2be3d49aa3d2db22e5c0f8265134dfaafead6
parentad3cde6d734e3ee4d68743d94849307c437d6c99 (diff)
downloadydb-9a7a7e29c66796feedb8db5bb17bc8795433c371.tar.gz
remove unused env PERSQUEUE_NEW_SCHEMECACHE from datastreams tests
init
-rw-r--r--ydb/services/datastreams/datastreams_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/services/datastreams/datastreams_ut.cpp b/ydb/services/datastreams/datastreams_ut.cpp
index d46a04fceea..05be3683946 100644
--- a/ydb/services/datastreams/datastreams_ut.cpp
+++ b/ydb/services/datastreams/datastreams_ut.cpp
@@ -1,6 +1,5 @@
#include <ydb/services/lib/sharding/sharding.h>
#include <ydb/services/ydb/ydb_common_ut.h>
-#include <ydb/services/persqueue_v1/ut/persqueue_test_fixture.h>
#include <ydb/services/ydb/ydb_keys_ut.h>
#include <ydb/public/sdk/cpp/client/ydb_datastreams/datastreams.h>
@@ -14,12 +13,13 @@
#include <library/cpp/json/json_reader.h>
#include <library/cpp/digest/md5/md5.h>
+#include <util/system/tempfile.h>
+
#include <random>
using namespace NYdb;
using namespace NYdb::NTable;
-using namespace NKikimr::NPersQueueTests;
using namespace NKikimr::NDataStreams::V1;
namespace YDS_V1 = Ydb::DataStreams::V1;
namespace NYDS_V1 = NYdb::NDataStreams::V1;