Skip to content

Commit

Permalink
Assert there are no more records left
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov committed Nov 14, 2024
1 parent 47f2827 commit 65b3769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/ingest/fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@ func TestConcurrentFetchers(t *testing.T) {
consumedRecords += fetches.NumRecords()
}

pollFetchesAndAssertNoRecords(t, fetchers)
t.Log("Consumed all large records")

// Produce small records
Expand Down

0 comments on commit 65b3769

Please sign in to comment.