11.11% (1/9) Uncovered changed code (with context): ================================================================================ src/Storages/MaterializedView/RefreshTask.cpp ================================================================================ --- uncovered block 542-549 --- 540 | /// replica name — `removeRunningZnodeIfMine` checks that) and rescheduling 541 | /// a Keeper re-read on the next iteration. >> 542 | LOG_WARNING(log, "Znode {} indicates that this replica is running a refresh, but it isn't. " >> 543 | "Most likely a leftover from a previous server lifetime; recovering.", >> 544 | coordination.path + "/running"); >> 545 | coordination.running_znode_exists = false; >> 546 | if (coordination.coordinated) >> 547 | removeRunningZnodeIfMine(zookeeper); >> 548 | schedule_keeper_retry(); >> 549 | break; 550 | } 551 | else 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 754,723/897,879 -> current 754,812/897,880 (delta +89 / +1) Functions : baseline 830,134/911,402 -> current 830,443/911,403 (delta +309 / +1) Branches : baseline 245,054/320,078 -> current 245,093/320,078 (delta +39 / +0)