Skip to content

Commit

Permalink
Increment zfs copy fail counters
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Aug 31, 2022
1 parent ccc6377 commit 8e11ee2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ouroboros-consensus-cardano-tools/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ main = defaultMain tests
-- cannot execute binary file: Exec format error
-- ```
--
-- 0
-- 3
7 changes: 7 additions & 0 deletions ouroboros-consensus-mock-test/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ tests =
, Test.ThreadNet.PBFT.tests
, Test.ThreadNet.Praos.tests
]

-- Counter to address the zfs copy bug on Hydra
-- ```
-- cannot execute binary file: Exec format error
-- ```
--
-- 3

0 comments on commit 8e11ee2

Please sign in to comment.