Skip to content

Commit 6fe7610

Browse files
authored
scheme tests have been fixed (#1182)
1 parent dbe5bdc commit 6fe7610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/testlib/test_client.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ namespace Tests {
245245
appData.DataStreamsAuthFactory = Settings->DataStreamsAuthFactory.get();
246246
appData.PersQueueMirrorReaderFactory = Settings->PersQueueMirrorReaderFactory.get();
247247
appData.HiveConfig.MergeFrom(Settings->AppConfig->GetHiveConfig());
248+
const auto& hostnamePatterns = Settings->AppConfig->GetQueryServiceConfig().GetHostnamePatterns();
249+
appData.ExternalSourceFactory = NExternalSource::CreateExternalSourceFactory(std::vector<TString>(hostnamePatterns.begin(), hostnamePatterns.end()));
248250

249251
appData.DynamicNameserviceConfig = new TDynamicNameserviceConfig;
250252
auto dnConfig = appData.DynamicNameserviceConfig;

0 commit comments

Comments
 (0)