Skip to content

Commit 689258e

Browse files
committed
update test fixture
1 parent ca451e0 commit 689258e

File tree

7 files changed

+0
-18
lines changed

7 files changed

+0
-18
lines changed

test_fixture/v1_vlog/segments/0

16 Bytes
Binary file not shown.

test_fixture/v1_vlog/segments/1

16 Bytes
Binary file not shown.

test_fixture/v1_vlog/vlog_manifest

0 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tests/vlog_load_fixture.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,3 @@ fn vlog_load_v1_corrupt() -> value_log::Result<()> {
3535

3636
Ok(())
3737
}
38-
39-
/* {
40-
let mut writer = value_log.get_writer()?;
41-
writer.write("a", "")?;
42-
writer.write("b", "")?;
43-
writer.write("c", "")?;
44-
writer.write("d", "")?;
45-
value_log.register_writer(writer)?;
46-
}
47-
48-
{
49-
let mut writer = value_log.get_writer()?;
50-
writer.write("a", "We're caught between")?;
51-
writer.write("b", "This life and dream")?;
52-
writer.write("c", "But you and me we're bigger")?;
53-
writer.write("d", "Let's try to figure this out")?;
54-
value_log.register_writer(writer)?;
55-
} */

0 commit comments

Comments
 (0)