Skip to content

Commit

Permalink
test: remove pending check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Oct 8, 2021
1 parent c872a18 commit 5301aa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/kafka-stress/kafka_stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ func testKafkaSinkStress(t *testing.T, async bool) {
defer StartTPSReporter(t, "main", prefix, n)()

go PumpKafkaTopic(topic, n, prefix, Params.MessageSize)
WaitForPending(Params.Timeout)
WaitForNothingPending(Params.Timeout)
WaitForTotalSourceMessages(n, Params.Timeout)
WaitForTotalSunkMessages(n, Params.Timeout)
}

0 comments on commit 5301aa7

Please sign in to comment.