Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Jul 19, 2024
1 parent 832b4da commit c77f64e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/tests/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ var ZipkinTracingTest = suite.ConformanceTest{
err = wait.PollUntilContextTimeout(context.TODO(), time.Second, 10*time.Second, true, func(ctx context.Context) (done bool, err error) {
curCount, err := QueryTraceFromTempo(t, suite.Client, tags)
if err != nil {
t.Logf("failed to get trace count from tempo: %v", err)
t.Logf("failed to get curCount count from tempo: %v", err)
return false, nil
}

Expand All @@ -138,7 +138,8 @@ var ZipkinTracingTest = suite.ConformanceTest{
return false, nil
})
if err != nil {
return false, err
t.Logf("failed to get current count from tempo: %v", err)
return false, nil
}

return true, nil
Expand Down

0 comments on commit c77f64e

Please sign in to comment.