@@ -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