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
66
+
~actual:retrieved_block;
67
+
58
68
Eio.Switch.fail sw Test_finished
59
69
with_ ->()
60
70
71
+
(* TODO: Add tests with only one env threaded through all tests *)
72
+
leteio_test_case : (Eio.Stdenv.t -> unit -> unit) -> unit -> unit =
73
+
funf() -> Eio_main.run (funenv -> f env ())
74
+
61
75
letrun()=
62
76
Eio_main.run (funenv ->
63
77
letopenAlcotestin
@@ -71,3 +85,8 @@ let run () =
71
85
])
72
86
73
87
let()= run ()
88
+
89
+
(* TODO: Tests
90
+
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
91
+
try reading something right before you write it and vice versa,
0 commit comments