Skip to content

Commit

Permalink
update test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Aug 6, 2024
1 parent ca451e0 commit 689258e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 18 deletions.
Binary file modified test_fixture/v1_vlog/segments/0
Binary file not shown.
Binary file modified test_fixture/v1_vlog/segments/1
Binary file not shown.
Binary file modified test_fixture/v1_vlog/vlog_manifest
Binary file not shown.
Binary file modified test_fixture/v1_vlog_corrupt/segments/0
Binary file not shown.
Binary file modified test_fixture/v1_vlog_corrupt/segments/1
Binary file not shown.
Binary file modified test_fixture/v1_vlog_corrupt/vlog_manifest
Binary file not shown.
18 changes: 0 additions & 18 deletions tests/vlog_load_fixture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,3 @@ fn vlog_load_v1_corrupt() -> value_log::Result<()> {

Ok(())
}

/* {
let mut writer = value_log.get_writer()?;
writer.write("a", "")?;
writer.write("b", "")?;
writer.write("c", "")?;
writer.write("d", "")?;
value_log.register_writer(writer)?;
}
{
let mut writer = value_log.get_writer()?;
writer.write("a", "We're caught between")?;
writer.write("b", "This life and dream")?;
writer.write("c", "But you and me we're bigger")?;
writer.write("d", "Let's try to figure this out")?;
value_log.register_writer(writer)?;
} */

0 comments on commit 689258e

Please sign in to comment.