File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
cloud/blockstore/libs/storage Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1187,6 +1187,7 @@ Y_UNIT_TEST_SUITE(TVolumeModelTest)
11871187 {
11881188 NProto::TStorageServiceConfig storageServiceConfig;
11891189 storageServiceConfig.SetMinChannelCount (1 );
1190+ storageServiceConfig.SetFreshChannelCount (0 );
11901191 auto config = std::make_unique<TStorageConfig>(
11911192 std::move (storageServiceConfig),
11921193 std::make_shared<NFeatures::TFeaturesConfig>(
Original file line number Diff line number Diff line change @@ -864,12 +864,12 @@ Y_UNIT_TEST_SUITE(TServiceAlterTest)
864864 ui32 nodeIdx2;
865865 {
866866 NProto::TStorageServiceConfig config;
867- config.SetFreshChannelCount (1 );
867+ config.SetFreshChannelCount (0 );
868868
869869 NProto::TFeaturesConfig featuresConfig;
870870
871- nodeIdx1 = SetupTestEnv (env);
872- nodeIdx2 = SetupTestEnv (env, config, featuresConfig );
871+ nodeIdx1 = SetupTestEnv (env, config, {} );
872+ nodeIdx2 = SetupTestEnv (env);
873873 }
874874
875875 auto & runtime = env.GetRuntime ();
You can’t perform that action at this time.
0 commit comments