Skip to content

Commit

Permalink
[chore] make TestReceiveTracesBatches more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 8, 2023
1 parent c92de9b commit fcd444b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/splunkhecexporter/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ func TestReceiveTracesBatches(t *testing.T) {
}(),
want: wantType{
batches: [][]string{
{`"start_time":1`, `"start_time":2`, `"start_time":3`, `"start_time":4`, `"start_time":7`, `"start_time":8`, `"start_time":9`, `"start_time":20`, `"start_time":40`},
{`"start_time":85`, `"start_time":98`, `"start_time":99`},
{`"start_time":1`},
{`"start_time":99`},
},
numBatches: 2,
compressed: true,
Expand Down

0 comments on commit fcd444b

Please sign in to comment.