-
Notifications
You must be signed in to change notification settings - Fork 721
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
TestSplitKeyspaceGroup "Condition never satisfied" randomly #6571
Labels
type/ci
The issue is related to CI.
Comments
In https://github.com/tikv/pd/actions/runs/5218488382/jobs/9420912472?pr=6584, I added some log.
|
This is because UpdateKeyspaceForGroup overrides the result of allocNodesToAllKeyspaceGroups
So, we need to run allocNodesToAllKeyspaceGroups only on pd leader and updateKeyspaceForGroupLocked cannot modify other params |
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jun 13, 2023
close #6571 Signed-off-by: lhy1024 <[email protected]>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6571 Signed-off-by: lhy1024 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flaky Test
Which jobs are failing
--- FAIL: TestSplitKeyspaceGroup (44.24s)
testutil.go:63:
Error Trace: /home/runner/work/pd/pd/pkg/utils/testutil/testutil.go:63
/home/runner/work/pd/pd/tests/pdctl/keyspace/keyspace_group_test.go:124
Error: Condition never satisfied
Test: TestSplitKeyspaceGroup
CI link
https://github.com/tikv/pd/actions/runs/5203268375/jobs/9385886991?pr=6565
Reason for failure (if possible)
unknown
Anything else
The text was updated successfully, but these errors were encountered: