You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~msg:"level loaded block is equal to saved block"~expected:block
63
+
~actual:retrieved_block;
64
+
51
65
Eio.Switch.fail sw Test_finished
52
66
with_ ->()
53
67
@@ -64,3 +78,8 @@ let run () =
64
78
])
65
79
66
80
let()= run ()
81
+
82
+
(* TODO: Tests
83
+
try all combinations of what's in the block_storage.mli. Use it with different block sizes, do it in parallel, try reading and writing at the same time, try reading a query that doesn't exist
84
+
try reading something right before you write it and vice versa,
0 commit comments