Skip to content

Commit

Permalink
server-tests: prop_inbound_governor_valid_transition_order
Browse files Browse the repository at this point in the history
Improved memory footprint (from 21MB to 8MB).
  • Loading branch information
coot committed Oct 20, 2023
1 parent 651ae82 commit 1a823a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1650,11 +1650,11 @@ prop_inbound_governor_valid_transition_order serverAcc (ArbDataFlow dataFlow)
remoteTransitionTraceEvents :: Trace (SimResult ()) (RemoteTransitionTrace SimAddr)
remoteTransitionTraceEvents = traceWithNameTraceEvents trace

inboundGovernorEvents :: Trace (SimResult ()) (InboundGovernorTrace SimAddr)
inboundGovernorEvents = traceWithNameTraceEvents trace
-- inboundGovernorEvents :: Trace (SimResult ()) (InboundGovernorTrace SimAddr)
-- inboundGovernorEvents = traceWithNameTraceEvents trace

in tabulate "ConnectionEvents" (map showConnectionEvents events)
. counterexample (Trace.ppTrace show show inboundGovernorEvents)
-- . counterexample (Trace.ppTrace show show inboundGovernorEvents)
. counterexample (ppScript mns)
. counterexample (Trace.ppTrace show show remoteTransitionTraceEvents)
. getAllProperty
Expand Down

0 comments on commit 1a823a8

Please sign in to comment.