Skip to content

Commit 0c20bc7

Browse files
committed
debug
1 parent db6bf51 commit 0c20bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/exporterhelper/batch_sender_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func TestBatchSender_Merge(t *testing.T) {
102102
time.Sleep(50 * time.Millisecond)
103103
assert.Equal(t, uint64(1), sink.requestsCount.Load())
104104
assert.Eventually(t, func() bool {
105+
fmt.Printf("name: %s, reqs: %d, items: %d\n", tt.name, sink.requestsCount.Load(), sink.itemsCount.Load())
105106
return sink.requestsCount.Load() == 2 && sink.itemsCount.Load() == 15
106107
}, 100*time.Millisecond, 10*time.Millisecond)
107108
})

0 commit comments

Comments
 (0)