We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adc928 commit a4a8844Copy full SHA for a4a8844
src/lib/disk_cache/test/test_lmdb_deadlock.ml
@@ -9,10 +9,7 @@ let () =
9
(module Disk_cache)
10
in
11
match res with
12
- | `Timeout ->
13
- printf
14
- "It is expected that LMDB cache times out for now. This should be \
15
- fixed." ;
16
- Deferred.unit
17
| `Success ->
18
- failwith "The process should time out" )
+ printf "Success" ; Deferred.unit
+ | `Timeout ->
+ failwith "The process should not time out" )
0 commit comments