MCPcopy
hub / github.com/IBM/sarama / expectResults

Function expectResults

async_producer_test.go:59–61  ·  view source on GitHub ↗
(t *testing.T, p AsyncProducer, successCount, errorCount int)

Source from the content-addressed store, hash-verified

57}
58
59func expectResults(t *testing.T, p AsyncProducer, successCount, errorCount int) {
60 expectResultsWithTimeout(t, p, successCount, errorCount, 5*time.Minute)
61}
62
63func TestPartitionProducerFlushRetryBuffersAssignsSequence(t *testing.T) {
64 cfg := NewTestConfig()

Calls 1

expectResultsWithTimeoutFunction · 0.85

Tested by

no test coverage detected