75.00% (6/8) Uncovered changed code (with context): ================================================================================ src/Storages/MaterializedView/RefreshTask.cpp ================================================================================ --- uncovered block 1125-1126 --- 1123 | { 1124 | /// We're waiting for the database to catch up and see the new table. >> 1125 | ProfileEvents::increment(ProfileEvents::RefreshableViewSyncReplicaRetry); >> 1126 | std::this_thread::sleep_for(std::chrono::milliseconds(100)); 1127 | } 1128 | } No lost baseline coverage found. WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 746,166/887,447 -> current 746,210/887,447 (delta +44 / +0) Functions : baseline 803,401/883,797 -> current 803,471/883,793 (delta +70 / -4) Branches : baseline 241,945/316,048 -> current 242,020/316,048 (delta +75 / +0)