Changed-lines coverage: PR changed C/C++ lines covered by tests: 60.00% (3/5) Uncovered changed code (with context): ================================================================================ src/Storages/StorageKeeperMap.cpp ================================================================================ --- uncovered block 1698-1699 --- 1696 | continue; 1697 | >> 1698 | if (status != Coordination::Error::ZNONODE) >> 1699 | throw zkutil::KeeperMultiException(status, delete_requests, responses); 1700 | 1701 | 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 928,812/1,073,856 -> current 928,641/1,073,856 (delta -171 / +0) Functions : baseline 804,834/875,820 -> current 804,827/875,820 (delta -7 / +0) Branches : baseline 302,867/384,964 -> current 302,893/384,964 (delta +26 / +0)