-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TestEtcdClientSync
is flaky
#8085
Comments
https://github.com/tikv/pd/actions/runs/8796064689/job/24138225547?pr=8116 |
I tried this test on my local Mac, and every time I encountered this issue, here is the error log. I observed that after member 2(8195c4f470081d6c, "http://127.0.0.1:57908") exited, member 1(517aa5d5512611cd, "http://127.0.0.1:57902") also exited by itself, causing the error later on. However, I couldn't find the reason why member 1 exited along with member 2. error.logRunning tool: /usr/local/go/bin/go test -timeout 600s -run ^TestEtcdClientSync$ github.com/tikv/pd/pkg/utils/etcdutil -race --tags=intest {"level":"warn","ts":"2024-07-10T15:15:00.093994+0800","caller":"embed/config.go:622","msg":"Running http and grpc server on single port. This is not recommended for production."} Also, I did not replicate this issue on a Linux machine. |
Flaky Test
Which jobs are failing
CI link
https://github.com/tikv/pd/actions/runs/8718669939/job/23916391513?pr=8082
Reason for failure (if possible)
Anything else
The text was updated successfully, but these errors were encountered: