Skip to content

multiregionccl: deflake TestMultiRegionDataDriven/regional_by_table#70847

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
arulajmani:deflake-datadriven-multi-region
Sep 28, 2021
Merged

multiregionccl: deflake TestMultiRegionDataDriven/regional_by_table#70847
craig[bot] merged 1 commit intocockroachdb:masterfrom
arulajmani:deflake-datadriven-multi-region

Conversation

@arulajmani
Copy link
Copy Markdown
Collaborator

@arulajmani arulajmani commented Sep 28, 2021

This was missing a call to refresh the range descriptor cache before
issuing a request to a RBT table. We recenlty improved tracing around
range descriptor cache lookups, and as such, the "dist sender send"
message associated with this lookup was getting caught in the query
trace which made the test unhappy. We circumvent this problem by
refreshing the range descriptor cache before running the query we plan
on tracing.

Stressed this for 20 minutes and it ran fine.

Closes #70846

Release note: None

@arulajmani arulajmani requested a review from a team as a code owner September 28, 2021 21:24
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

This was missing a call to refresh the range descriptor cache before
issuing a request to a RBT table. We recenlty improved tracing around
range descriptor cache lookups, and as such, the "dist sender send"
message associated with this lookup was getting caught in the query
trace which made the test unhappy. We circumvent this problem by
refreshing the range descriptor cache before running the query we plan
on tracing.

Stressed this for 20 minutes and it ran fine.

Closes cockroachdb#70846

Release note: None
@arulajmani arulajmani force-pushed the deflake-datadriven-multi-region branch from 3e92cfc to d170ab0 Compare September 28, 2021 21:27
@arulajmani
Copy link
Copy Markdown
Collaborator Author

Thanks!

bors r=otan

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Sep 28, 2021

Build succeeded:

@craig craig bot merged commit 19e9716 into cockroachdb:master Sep 28, 2021
@otan
Copy link
Copy Markdown
Contributor

otan commented Nov 16, 2021

blathers backport 21.2

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.

ccl/multiregionccl: TestMultiRegionDataDriven failed

3 participants