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

flaky test TestPlanReplayerWithMultiForeignKey #56735

Closed
hawkingrei opened this issue Oct 21, 2024 · 1 comment · Fixed by #56737
Closed

flaky test TestPlanReplayerWithMultiForeignKey #56735

hawkingrei opened this issue Oct 21, 2024 · 1 comment · Fixed by #56737
Labels
component/test severity/moderate type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

2. What did you expect to see? (Required)

3. What did you see instead (Required)

     dbtestkit.go:71: 
        	Error Trace:	pkg/testkit/dbtestkit.go:71
        	            				pkg/server/handler/optimizor/plan_replayer_test.go:334
        	Error:      	Received unexpected error:
        	            	open /tmp/plan_replayer.zip: no such file or directory
        	Test:       	TestPlanReplayerWithMultiForeignKey
        	Messages:   	sql:plan replayer load "/tmp/plan_replayer.zip", args:[]
    plan_replayer_test.go:313: 
        	Error Trace:	pkg/server/handler/optimizor/plan_replayer_test.go:313
        	            				GOROOT/src/runtime/panic.go:629
        	            				GOROOT/src/testing/testing.go:1006
        	            				pkg/testkit/dbtestkit.go:71
        	            				pkg/server/handler/optimizor/plan_replayer_test.go:334
        	Error:      	Received unexpected error:
        	            	remove /tmp/plan_replayer.zip: no such file or directory
        	Test:       	TestPlanReplayerWithMultiForeignKey 

4. What is your TiDB version? (Required)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant