Changed-lines coverage: PR changed C/C++ lines covered by tests: 95.24% (20/21) Uncovered changed code (with context): ================================================================================ src/Dictionaries/SSDCacheDictionaryStorage.h ================================================================================ --- uncovered block 550-550 --- 548 | 549 | if (bytes_written != static_cast(block_size * buffer_size_in_blocks)) >> 550 | throw Exception(ErrorCodes::AIO_WRITE_ERROR, 551 | "Not all data was written for asynchronous IO on file {}. returned: {}", 552 | file_path, WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 863,345/1,009,270 -> current 862,837/1,009,272 (delta -508 / +2) Functions : baseline 944,114/1,018,963 -> current 944,072/1,018,963 (delta -42 / +0) Branches : baseline 276,825/356,286 -> current 276,701/356,288 (delta -124 / +2)