-
Notifications
You must be signed in to change notification settings - Fork 726
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
Failed to run UT on PC #8814
Comments
Did you run tests with go 1.23? |
yes When I run |
Deadlock detection has some issues with go 1.23. You can try 1.22 or manually upgrade the deadlock dependency to v0.3.5. |
go 1.22 works fine! |
Change the issue to question and close it, feel free to reopen it. |
Bug Report
When I run ut with
make ci-test-job JOB_COUNT=1 JOB_INDEX=1
on PC, there are many POTENTIAL DEADLOCKs. Why doesn't github action report an error?What did you do?
What did you expect to see?
All UT can pass
What did you see instead?
What version of PD are you using (
pd-server -V
)?tag: v8.1.1
The text was updated successfully, but these errors were encountered: