Skip to content

Commit 4d90fc0

Browse files
enable auto dropping for some tests
1 parent fe38242 commit 4d90fc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/tx/schemeshard/ut_export/ut_export.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,7 @@ partitioning_settings {
12351235
ui64 txId = 100;
12361236

12371237
THashSet<ui64> statsCollected;
1238+
Runtime().GetAppData().FeatureFlags.SetEnableExportAutoDropping(true);
12381239
Runtime().SetObserverFunc([&](TAutoPtr<IEventHandle>& ev) {
12391240
if (ev->GetTypeRewrite() == TEvDataShard::EvPeriodicTableStats) {
12401241
statsCollected.insert(ev->Get<TEvDataShard::TEvPeriodicTableStats>()->Record.GetDatashardId());
@@ -1320,7 +1321,7 @@ partitioning_settings {
13201321
Y_UNIT_TEST(CheckItemProgress) {
13211322
Env(); // Init test env
13221323
ui64 txId = 100;
1323-
1324+
13241325
TBlockEvents<NKikimr::NWrappers::NExternalStorage::TEvPutObjectRequest> blockPartition01(Runtime(), [](auto&& ev) {
13251326
return ev->Get()->Request.GetKey() == "/data_01.csv";
13261327
});

0 commit comments

Comments
 (0)