Changed-lines coverage: PR changed C/C++ lines covered by tests: 95.83% (46/48) Uncovered changed code (with context): ================================================================================ src/Storages/StorageKeeperMap.cpp ================================================================================ --- uncovered block 1715-1716 --- 1713 | continue; 1714 | >> 1715 | if (status != Coordination::Error::ZNONODE) >> 1716 | throw zkutil::KeeperMultiException(status, delete_requests, responses); 1717 | 1718 | LOG_INFO(log, "Failed to delete all nodes at once, will try one by one"); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 933,604/1,080,069 -> current 933,635/1,080,092 (delta +31 / +23) Functions : baseline 806,465/877,702 -> current 806,428/877,705 (delta -37 / +3) Branches : baseline 305,823/388,732 -> current 305,775/388,742 (delta -48 / +10)