Skip to content

Commit 22ecc40

Browse files
committed
Increment zfs copy fail counters
1 parent bc14f3b commit 22ecc40

File tree

2 files changed

+8
-1
lines changed
  • ouroboros-consensus-cardano-tools/test
  • ouroboros-consensus-mock-test/test

2 files changed

+8
-1
lines changed

ouroboros-consensus-cardano-tools/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ main = defaultMain tests
9494
-- cannot execute binary file: Exec format error
9595
-- ```
9696
--
97-
-- 0
97+
-- 3

ouroboros-consensus-mock-test/test/Main.hs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tests =
2222
, Test.ThreadNet.PBFT.tests
2323
, Test.ThreadNet.Praos.tests
2424
]
25+
26+
-- Counter to address the zfs copy bug on Hydra
27+
-- ```
28+
-- cannot execute binary file: Exec format error
29+
-- ```
30+
--
31+
-- 3

0 commit comments

Comments
 (0)