File tree 1 file changed +2
-1
lines changed
ydb/core/tx/schemeshard/ut_export
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1235,6 +1235,7 @@ partitioning_settings {
1235
1235
ui64 txId = 100 ;
1236
1236
1237
1237
THashSet<ui64> statsCollected;
1238
+ Runtime ().GetAppData ().FeatureFlags .SetEnableExportAutoDropping (true );
1238
1239
Runtime ().SetObserverFunc ([&](TAutoPtr<IEventHandle>& ev) {
1239
1240
if (ev->GetTypeRewrite () == TEvDataShard::EvPeriodicTableStats) {
1240
1241
statsCollected.insert (ev->Get <TEvDataShard::TEvPeriodicTableStats>()->Record .GetDatashardId ());
@@ -1320,7 +1321,7 @@ partitioning_settings {
1320
1321
Y_UNIT_TEST (CheckItemProgress) {
1321
1322
Env (); // Init test env
1322
1323
ui64 txId = 100 ;
1323
-
1324
+
1324
1325
TBlockEvents<NKikimr::NWrappers::NExternalStorage::TEvPutObjectRequest> blockPartition01 (Runtime (), [](auto && ev) {
1325
1326
return ev->Get ()->Request .GetKey () == " /data_01.csv" ;
1326
1327
});
You can’t perform that action at this time.
0 commit comments