Skip to content

Commit

Permalink
Check for the created trace
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Oct 5, 2021
1 parent d027458 commit f73f0ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ func TestScalableSingleBinary(t *testing.T) {

// test metrics
require.NoError(t, tempo1.WaitSumMetrics(cortex_e2e.Equals(spanCount(expected)), "tempo_distributor_spans_received_total"))

// require.NoError(t, tempo1.WaitSumMetrics(cortex_e2e.Equals(1), "tempo_ingester_traces_created_total"))
require.NoError(t, tempo1.WaitSumMetrics(cortex_e2e.Equals(1), "tempo_ingester_traces_created_total"))

for _, i := range []*cortex_e2e.HTTPService{tempo1, tempo2, tempo3} {
res, err := cortex_e2e.GetRequest("http://" + i.Endpoint(3200) + "/flush")
Expand Down

0 comments on commit f73f0ff

Please sign in to comment.