100.00% (29/29) No uncovered changed lines found. === Lost Baseline Coverage: 2 lines === ================================================================================ src/Interpreters/TransactionLog.cpp ================================================================================ --- lost coverage block 529-530 --- 527 | while (current_latest_snapshot < csn && !stop_flag) 528 | { >> 529 | latest_snapshot.wait(current_latest_snapshot); >> 530 | current_latest_snapshot = latest_snapshot.load(); 531 | } 532 | return csn <= current_latest_snapshot; WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 765,191/910,106 -> current 765,396/910,114 (delta +205 / +8) Functions : baseline 831,520/902,432 -> current 831,475/902,432 (delta -45 / +0) Branches : baseline 249,337/325,812 -> current 249,446/325,818 (delta +109 / +6)