Skip to content

Commit 86412ec

Browse files
authored
Fix unit test after YQL gateways config proto update (#27627)
2 parents ba63296 + 4b21f5d commit 86412ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/core/config/ut/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ Y_UNIT_TEST_SUITE(ConfigProto) {
252252
"/AppConfig/FederatedQueryConfig/Gateways/YqlCore/Flags/Name/Name",
253253
"/AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerActivation/ByHour/Hour/Hour",
254254
"/AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerActivation/ByHour/Percentage/Percentage",
255+
"/AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerFullCaptureActivation/ByHour/Hour/Hour",
256+
"/AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerFullCaptureActivation/ByHour/Percentage/Percentage",
255257
"/AppConfig/FederatedQueryConfig/Gateways/Solomon/ClusterMapping/Path/Project/Project",
256258
"/AppConfig/FederatedQueryConfig/Gateways/Solomon/ClusterMapping/Path/Cluster/Cluster",
257259
"/AppConfig/FederatedQueryConfig/Gateways/Dq/WithHiddenByHour/Hour/Hour",
@@ -350,6 +352,8 @@ Y_UNIT_TEST_SUITE(ConfigProto) {
350352
{58, 9, 9, 1, 1, 1}, // /AppConfig/FederatedQueryConfig/Gateways/YqlCore/Flags/Name/Name
351353
{58, 9, 9, 2, 2, 1, 1}, // /AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerActivation/ByHour/Hour/Hour
352354
{58, 9, 9, 2, 2, 2, 2}, // /AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerActivation/ByHour/Percentage/Percentage
355+
{58, 9, 9, 4, 2, 1, 1}, // /AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerFullCaptureActivation/ByHour/Hour/Hour
356+
{58, 9, 9, 4, 2, 2, 2}, // /AppConfig/FederatedQueryConfig/Gateways/YqlCore/QPlayerFullCaptureActivation/ByHour/Percentage/Percentage
353357
{58, 9, 6, 1, 8, 1, 1}, // /AppConfig/FederatedQueryConfig/Gateways/Solomon/ClusterMapping/Path/Project/Project
354358
{58, 9, 6, 1, 8, 2, 2}, // /AppConfig/FederatedQueryConfig/Gateways/Solomon/ClusterMapping/Path/Cluster/Cluster
355359
{58, 9, 2, 6, 1, 1}, // /AppConfig/FederatedQueryConfig/Gateways/Dq/WithHiddenByHour/Hour/Hour

0 commit comments

Comments
 (0)