We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4d843 commit bd404e9Copy full SHA for bd404e9
ydb/core/testlib/test_client.cpp
@@ -184,6 +184,7 @@ namespace Tests {
184
app.SetAwsRegion(Settings->AwsRegion);
185
app.CompactionConfig = Settings->CompactionConfig;
186
app.FeatureFlags = Settings->FeatureFlags;
187
+ app.ImmediateControlsConfig = Settings->Controls;
188
app.InitIcb(StaticNodes() + DynamicNodes());
189
190
Runtime = MakeHolder<TTestBasicRuntime>(StaticNodes() + DynamicNodes(), Settings->UseRealThreads);
0 commit comments