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 TestTopNFallBackAction #56306

Closed
Tracked by #41316
hawkingrei opened this issue Sep 25, 2024 · 0 comments · Fixed by #56312
Closed
Tracked by #41316

flaky test TestTopNFallBackAction #56306

hawkingrei opened this issue Sep 25, 2024 · 0 comments · Fixed by #56312
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)

     topn_spill_test.go:209: 
        	Error Trace:	pkg/executor/sortexec/topn_spill_test.go:209
        	            				pkg/executor/sortexec/topn_spill_test.go:519
        	Error:      	Received unexpected error:
        	            	panic is triggered by random fail
        	            	github.com/pingcap/tidb/pkg/util.GetRecoverError
        	            		pkg/util/util.go:290
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.processPanicAndLog
        	            		pkg/executor/sortexec/sort_util.go:50
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.(*TopNExec).executeTopN.func1
        	            		pkg/executor/sortexec/topn.go:449
        	            	runtime.gopanic
        	            		GOROOT/src/runtime/panic.go:914
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.injectParallelSortRandomFail
        	            		pkg/executor/sortexec/sort_util.go:73
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.(*TopNExec).generateResultWithMultiWayMerge
        	            		pkg/executor/sortexec/topn.go:519
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.(*TopNExec).generateTopNResultsWhenSpillTriggered
        	            		pkg/executor/sortexec/topn.go:576
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.(*TopNExec).generateTopNResults
        	            		pkg/executor/sortexec/topn.go:593
        	            	github.com/pingcap/tidb/pkg/executor/sortexec.(*TopNExec).executeTopN
        	            		pkg/executor/sortexec/topn.go:473
        	            	runtime.goexit
        	            		src/runtime/asm_a

https://tiprow.hawkingrei.com/view/gs/pingcapprow/pr-logs/pull/pingcap_tidb/54514/fast_test_tiprow/1838866841766727680#1:build-log.txt%3A2137

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