Skip to content

Commit

Permalink
logictest: attempt to deflake inflight_trace_spans
Browse files Browse the repository at this point in the history
Maybe there's some background tasks popping up.

Fixes #85812

Release justification: testing only change

Release note: None
  • Loading branch information
ajwerner committed Aug 16, 2022
1 parent 2cd01eb commit 03acb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/inflight_trace_spans
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ statement ok
SET TRACING = off

# Confirm that the trace and its associated spans are no longer tracked.
query B
query B retry
SELECT count(*) = 0
FROM current_trace_spans
----
Expand Down

0 comments on commit 03acb3d

Please sign in to comment.