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 7e09588 commit 829e7f6Copy full SHA for 829e7f6
compose/tracer-sidecar/src/Cardano/Antithesis/Sidecar.hs
@@ -99,9 +99,8 @@ mkSpec nPools = do
99
forwardAddedToCurrentChain _ _ = []
100
101
justANodeKill :: LogMessage -> Bool
102
-justANodeKill LogMessage{ns, details} =
103
- "Net.Server.Remote.Error" == ns
104
- && details == ServerError{reason = "AsyncCancelled"}
+justANodeKill LogMessage{details} =
+ details == ServerError{reason = "AsyncCancelled"}
105
106
-- State -----------------------------------------------------------------------
107
0 commit comments