Changed-lines coverage: PR changed C/C++ lines covered by tests: 98.97% (193/195) Uncovered changed code (with context): ================================================================================ src/DataTypes/DataTypeAggregateFunction.cpp ================================================================================ --- uncovered block 405-405 --- 403 | const size_t version = revision ? aggregate_function_type->getFunction()->getVersionFromRevision(*revision) : 0; 404 | if (aggregate_function_type->getVersionIfExplicit() == version) >> 405 | return type; 406 | 407 | return aggregate_function_type->cloneWithVersion(version); ================================================================================ src/DataTypes/tests/gtest_aggregate_function_version_race.cpp ================================================================================ --- uncovered block 293-293 --- 291 | setVersionToAggregateFunctions(local, /*if_empty=*/true, revision); 292 | if (asAgg(local).getVersion() != expected) >> 293 | mismatches.fetch_add(1, std::memory_order_relaxed); 294 | } 295 | }); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 934,959/1,081,068 -> current 935,050/1,081,286 (delta +91 / +218) Functions : baseline 806,572/877,935 -> current 806,607/877,959 (delta +35 / +24) Branches : baseline 306,348/389,272 -> current 306,498/389,422 (delta +150 / +150)