Skip to content

Commit 0e584c3

Browse files
committed
Add back consumer chain stopping
1 parent 33de97b commit 0e584c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/mbt/driver/mbt_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ func RunItfTrace(t *testing.T, path string) {
246246
)
247247
}
248248

249+
// stop consumers
250+
for _, consumer := range consumersToStop {
251+
driver.providerKeeper().StopConsumerChain(driver.providerCtx(), consumer.Value.(string), true)
252+
}
253+
249254
// reset the times for the consumers that were not stopped or started just now
250255
// their times were messed up by the coordinator
251256
for consumer, timestamp := range lastTimestamps {

0 commit comments

Comments
 (0)