Skip to content

Refactor and add unit tests for online compaction functionality #635

Refactor and add unit tests for online compaction functionality

Refactor and add unit tests for online compaction functionality #635

GitHub Actions / CTest (ubuntu-24.04) failed Aug 28, 2024 in 0s

[CTest] 1 test failed

Tests: 161 Failures: 1 Errors: 0 Skipped: 4 Duration: 8.264000000000001s

Annotations

Check failure on line 981 in test/limestone/compaction/online_compaction_test.cpp

See this annotation in the file changed.

@github-actions github-actions / CTest (ubuntu-24.04)

online_compaction_test.remove_file_safely_fails_to_remove_file

Expected: remove_file_safely(file) throws an exception of type std::runtime_error.
  Actual: it throws nothing.