aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/tests
diff options
context:
space:
mode:
Diffstat (limited to 'log_db/tests')
-rw-r--r--log_db/tests/integration.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/log_db/tests/integration.rs b/log_db/tests/integration.rs
index b43f673..c431636 100644
--- a/log_db/tests/integration.rs
+++ b/log_db/tests/integration.rs
@@ -428,11 +428,8 @@ fn test_log_is_rotated_when_capacity_reached() {
// 3rd segment should not exist (note negation)
assert!(!data_dir_path.join("metadata").with_extension("3").exists());
- // TODO re-implement rest of the test
- // when refactor is done
-
// // Check that the active file only contains five rows
- // let mut file = OpenOptions::new()
+ // let mut file = fs::OpenOptions::new()
// .read(true)
// .open(data_dir_path.join(ACTIVE_SYMLINK_FILENAME))
// .expect("File could not be opened");