• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MinaProtocol / mina / 538

25 Aug 2025 05:35PM UTC coverage: 61.202% (+0.4%) from 60.772%
538

push

buildkite

web-flow
Merge pull request #17673 from MinaProtocol/amcie-merge-release320-to-master

amcie-merge-release320-to-master

3142 of 4828 new or added lines in 308 files covered. (65.08%)

205 existing lines in 68 files now uncovered.

50733 of 82894 relevant lines covered (61.2%)

470098.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
/src/lib/disk_cache/test/test_filesystem_deadlock.ml
1
(* Filesystem cache control test - should not deadlock *)
2
open Async
3

4
let () =
5
  printf "Running Filesystem cache control test...\n%!" ;
6
  Thread_safe.block_on_async_exn (fun () ->
1✔
7
      let%bind res =
8
        Test_cache_deadlock_lib.Test_cache_deadlock.test_cache_deadlock
1✔
9
          (module Disk_cache)
10
      in
11
      match res with
1✔
12
      | `Success ->
1✔
13
          printf "Success" ; Deferred.unit
1✔
NEW
14
      | `Timeout ->
×
15
          failwith "The process should not time out" )
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc