diff --git a/tests/mbt/driver/generate_more_traces.sh b/tests/mbt/driver/generate_more_traces.sh index 74e73eb262..9af4da82e9 100755 --- a/tests/mbt/driver/generate_more_traces.sh +++ b/tests/mbt/driver/generate_more_traces.sh @@ -1,3 +1,5 @@ +#!/bin/bash + echo "Generating bounded drift traces with timeouts" go run ./... -modelPath=../model/ccv_boundeddrift.qnt -step stepBoundedDrift -invariant CanTimeoutConsumer -traceFolder traces/bound_timeout -numTraces 20 -numSteps 200 -numSamples 200 echo "Generating long bounded drift traces without invariants" diff --git a/testutil/simibc/relayed_path.go b/testutil/simibc/relayed_path.go index 4a5226e59a..4967c02f37 100644 --- a/testutil/simibc/relayed_path.go +++ b/testutil/simibc/relayed_path.go @@ -41,7 +41,7 @@ func MakeRelayedPath(t *testing.T, path *ibctesting.Path) *RelayedPath { } } -// PacketBelongs returns true if the packet belongs to this relayed path. +// PacketSentByChain returns true if the packet belongs to this relayed path. func (f *RelayedPath) PacketSentByChain(packet channeltypes.Packet, chainID string) bool { if chainID == f.Path.EndpointA.Chain.ChainID { return f.PacketSentByA(packet)