Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kv: unskip TestSystemZoneConfigs #105594

Conversation

srosenberg
Copy link
Member

TestSystemZoneConfigs was part of a batch of skipped tests [1]. It appears several tests in that batch flaked due to a "slow quiesce" issue. The root cause for TestSystemZoneConfigs flaking during that time remains unknown, yet the other tests in the same batch have since been unskipped.

After stress-testing via,

./dev test pkg/kv/kvserver -f=TestSystemZoneConfigs --stress --stress-args '-maxruns 10000 -p 23' --timeout=10m

we surmise this test might have been indirectly deflaked. Thus, we unskip it.

[1] #99121

Epic: none
Fixes: #98905

Release note: None

TestSystemZoneConfigs was part of a batch of skipped tests [1].
It appears several tests in that batch flaked due to a
"slow quiesce" issue. The root cause for TestSystemZoneConfigs
flaking during that time remains unknown, yet the other tests
in the same batch have since been unskipped.

After stress-testing via,

```
./dev test pkg/kv/kvserver -f=TestSystemZoneConfigs --stress --stress-args '-maxruns 10000 -p 23' --timeout=10m
```
we surmise this test might have been indirectly deflaked.
Thus, we unskip it.

[1] cockroachdb#99121

Epic: none
Fixes: cockroachdb#98905

Release note: None
@srosenberg srosenberg requested a review from a team as a code owner June 27, 2023 05:12
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@srosenberg srosenberg added backport-23.1.x Flags PRs that need to be backported to 23.1 backport-22.2.x labels Jun 27, 2023
@srosenberg
Copy link
Member Author

We can't unskip a killed test [1], so closing on those grounds.

[1] #104198

@srosenberg srosenberg closed this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.1.x Flags PRs that need to be backported to 23.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multiple test failiures
3 participants