@@ -274,15 +274,6 @@ Y_UNIT_TEST_SUITE(ConfigProto) {
274
274
" /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Activation/ByHour/Percentage/Percentage" ,
275
275
" /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Name/Name" ,
276
276
" /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Value/Value" ,
277
- " /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Value/Value" ,
278
- " /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Activation/ByHour/Hour/Hour" ,
279
- " /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Activation/ByHour/Hour/Hour" ,
280
- " /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Activation/ByHour/Percentage/Percentage" ,
281
- " /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Activation/ByHour/Percentage/Percentage" ,
282
- " /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Name/Name" ,
283
- " /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Name/Name" ,
284
- " /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Value/Value" ,
285
- " /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Value/Value"
286
277
};
287
278
288
279
TSet<TVector<ui64>> allowedNumberPaths = {
@@ -381,14 +372,6 @@ Y_UNIT_TEST_SUITE(ConfigProto) {
381
372
{73 , 21 , 2 , 3 , 2 , 2 , 2 }, // /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Activation/ByHour/Percentage/Percentage
382
373
{73 , 21 , 2 , 1 , 1 }, // /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Name/Name
383
374
{73 , 21 , 2 , 2 , 2 }, // /AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Value/Value
384
- {73 , 24 , 1 , 100 , 3 , 2 , 1 , 1 }, // /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Activation/ByHour/Hour/Hour
385
- {73 , 24 , 100 , 3 , 2 , 1 , 1 }, // /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Activation/ByHour/Hour/Hour
386
- {73 , 24 , 100 , 3 , 2 , 2 , 2 }, // /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Activation/ByHour/Percentage/Percentage
387
- {73 , 24 , 1 , 100 , 3 , 2 , 2 , 2 }, // /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Activation/ByHour/Percentage/Percentage
388
- {73 , 24 , 100 , 1 , 1 }, // /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Name/Name
389
- {73 , 24 , 1 , 100 , 1 , 1 }, // /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Name/Name
390
- {73 , 24 , 100 , 2 , 2 }, // /AppConfig/QueryServiceConfig/Pq/DefaultSettings/Value/Value
391
- {73 , 24 , 1 , 100 , 2 , 2 }, // /AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Value/Value
392
375
};
393
376
394
377
for (const auto & [file, typeToField] : fields) {
0 commit comments