We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8606327 commit 97c714eCopy full SHA for 97c714e
exporter/exporterhelper/batch_sender_test.go
@@ -6,7 +6,6 @@ package exporterhelper // import "go.opentelemetry.io/collector/exporter/exporte
6
import (
7
"context"
8
"errors"
9
- "fmt"
10
"sync"
11
"testing"
12
"time"
@@ -181,8 +180,6 @@ func TestBatchSender_MergeOrSplit(t *testing.T) {
181
180
assert.Eventually(t, func() bool {
182
return sink.requestsCount.Load() == 5 && sink.itemsCount.Load() == 38
183
}, 50*time.Millisecond, 10*time.Millisecond)
184
-
185
- fmt.Println("TestBatchSender_MergeOrSplit")
186
}
187
188
func TestBatchSender_Shutdown(t *testing.T) {
0 commit comments