Skip to content

kv/kvserver: fix flaky TestStoreMetrics#81923

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
jbowens:teststoremetrics
May 26, 2022
Merged

kv/kvserver: fix flaky TestStoreMetrics#81923
craig[bot] merged 1 commit intocockroachdb:masterfrom
jbowens:teststoremetrics

Conversation

@jbowens
Copy link
Copy Markdown
Contributor

@jbowens jbowens commented May 26, 2022

Skip TestStoreMetrics assertions about bloom filter lookups. Pebble now
only consults L6 bloom filters if explicitly requested, and CockroachDB
only requests their use when checking for ingested sstable collisions
(see #81062).

Release note: none

Fix #81823.

Skip TestStoreMetrics assertions about bloom filter lookups.  Pebble now
only consults L6 bloom filters if explicitly requested, and CockroachDB
only requests their use when checking for ingested sstable collisions
(see cockroachdb#81062).

Release note: none

Fix cockroachdb#81823.
@jbowens jbowens requested review from a team and nvb May 26, 2022 18:31
@jbowens jbowens requested a review from a team as a code owner May 26, 2022 18:31
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Collaborator

@nicktrav nicktrav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @itsbilal and @nvanbenschoten)

Copy link
Copy Markdown
Contributor

@nvb nvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jbowens
Copy link
Copy Markdown
Contributor Author

jbowens commented May 26, 2022

TFTRs!

bors r=nicktrav,nvanbenschoten

@craig
Copy link
Copy Markdown
Contributor

craig bot commented May 26, 2022

Build succeeded:

@craig craig bot merged commit c7b09e6 into cockroachdb:master May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

kvserver: TestStoreMetrics is flaky

4 participants