Changed-lines coverage: PR changed C/C++ lines covered by tests: 89.47% (17/19) Uncovered changed code (with context): ================================================================================ src/Processors/QueryPlan/Optimizations/QueryPlanOptimizationSettings.cpp ================================================================================ --- uncovered block 193-197 --- 191 | /// The value is forced above 1 so it can never read back as the sentinel (1) or as disabled (0). 192 | if (initial_query_id_.empty()) >> 193 | query_plan_optimize_join_order_randomize = randomSeed(); /// No query to be consistent with (internal or background plan). 194 | else 195 | query_plan_optimize_join_order_randomize = sipHash64(initial_query_id_); 196 | if (query_plan_optimize_join_order_randomize <= 1) >> 197 | query_plan_optimize_join_order_randomize = 2; 198 | } 199 | if (query_plan_optimize_join_order_randomize) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 927,197/1,072,095 -> current 926,553/1,072,104 (delta -644 / +9) Functions : baseline 803,306/874,429 -> current 802,813/874,428 (delta -493 / -1) Branches : baseline 302,200/384,102 -> current 301,567/384,106 (delta -633 / +4)