Skip to content

Commit

Permalink
telemetry: remove expectation of no force-custom counter
Browse files Browse the repository at this point in the history
This test flakes in cases where we run a query and expect the
`sql.plan.type.force-custom` to not get incremented. This can't be
guaranteed as this is the default counter and it occasionally gets
bumped by background operations.

There's no easy way to prevent these from happening so these cases are
removed from this suite.

Resolves: cockroachdb#128523, cockroachdb#128640
Epic: None

Release note: None
  • Loading branch information
dhartunian committed Aug 9, 2024
1 parent 19380bb commit 38665d9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/ccl/telemetryccl/testdata/telemetry/generic
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ EXECUTE p_join(1)
----
sql.plan.type.force-custom

# Non-prepared statements do not increment plan type counters.
feature-usage
SELECT * FROM kv WHERE v = 100
----

feature-usage
SELECT * FROM kv WHERE v = 100
----

feature-list
sql.plan.type.force-generic
----
Expand Down

0 comments on commit 38665d9

Please sign in to comment.