PR changed-lines coverage: 92.86% (13/14, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Storages/System/StorageSystemAsynchronousInserts.cpp ================================================================================ --- uncovered block 40-40 --- 38 | auto * insert_queue = context->tryGetAsynchronousInsertQueue(); 39 | if (!insert_queue) >> 40 | return; 41 | 42 | const auto current_user_id = context->getUserID(); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set