diff options
author | alexbogo <alexbogo@ydb.tech> | 2023-02-09 15:40:14 +0300 |
---|---|---|
committer | alexbogo <alexbogo@ydb.tech> | 2023-02-09 15:40:14 +0300 |
commit | 9a7a7e29c66796feedb8db5bb17bc8795433c371 (patch) | |
tree | b4e2be3d49aa3d2db22e5c0f8265134dfaafead6 | |
parent | ad3cde6d734e3ee4d68743d94849307c437d6c99 (diff) | |
download | ydb-9a7a7e29c66796feedb8db5bb17bc8795433c371.tar.gz |
remove unused env PERSQUEUE_NEW_SCHEMECACHE from datastreams tests
init
-rw-r--r-- | ydb/services/datastreams/datastreams_ut.cpp | 4 |
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; |