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

testScatterRegionSuite.TestScatterGroupInConcurrency is not stable #4583

Closed
HunDunDM opened this issue Jan 14, 2022 · 0 comments · Fixed by #4586
Closed

testScatterRegionSuite.TestScatterGroupInConcurrency is not stable #4583

HunDunDM opened this issue Jan 14, 2022 · 0 comments · Fixed by #4586
Labels
type/ci The issue is related to CI.

Comments

@HunDunDM
Copy link
Member

Flaky Test

Which jobs are failing

FAIL: region_scatterer_test.go:295: testScatterRegionSuite.TestScatterGroupInConcurrency
1 group
2 group
3 group
region_scatterer_test.go:360:
    // For peer, we expect each store have about 50 peers for each group
    checker(scatterer.ordinaryEngine.selectedPeer, 50, 15)
region_scatterer_test.go:353:
    c.Assert(math.Abs(float64(max)-float64(expected)), LessEqual, delta)
... compare_one float64 = 16
... compare_two float64 = 15

CI link

https://ci2.pingcap.net/blue/organizations/jenkins/pd_test/detail/pd_test/4811/pipeline/

Reason for failure (if possible)

expected should be 60.

Anything else

@HunDunDM HunDunDM added the type/ci The issue is related to CI. label Jan 14, 2022
HunDunDM added a commit to HunDunDM/pd that referenced this issue Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/ci The issue is related to CI.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant