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

unstable test TestCoprocessorPriority #36974

Closed
hawkingrei opened this issue Aug 8, 2022 · 2 comments · Fixed by #37382
Closed

unstable test TestCoprocessorPriority #36974

hawkingrei opened this issue Aug 8, 2022 · 2 comments · Fixed by #37382
Assignees
Labels
component/test severity/minor type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

hawkingrei commented Aug 8, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

     testkit.go:94: 
        	Error Trace:	/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testkit.go:94
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/panic.go:482
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testing.go:864
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testkit.go:94
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/panic.go:482
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testing.go:864
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testkit.go:173
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testkit.go:167
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/testkit.go:108
        	            				/home/jenkins/.tidb/tmp/04446c229c5a73c16deb3edddcb4db34/sandbox/processwrapper-sandbox/5006/execroot/__main__/bazel-out/k8-fastbuild/bin/executor/seqtest/seqtest_test_/seqtest_test.runfiles/__main__/executor/seqtest/seq_executor_test.go:1125
        	Error:      	Received unexpected error:
        	            	[tikv:9005]Region is unavailable
        	            	github.com/pingcap/errors.AddStack
        	            		external/com_github_pingcap_errors/errors.go:174
        	            	github.com/pingcap/errors.Trace
        	            		external/com_github_pingcap_errors/juju_adaptor.go:15
        	            	github.com/pingcap/tidb/structure.(*TxStructure).Inc
        	            		structure/string.go:67
        	            	github.com/pingcap/tidb/meta.(*Meta).GenGlobalIDs
        	            		meta/meta.go:173
        	            	github.com/pingcap/tidb/ddl.(*ddl).addBatchDDLJobs2Table.func1
        	            		ddl/ddl_worker.go:384
        	            	github.com/pingcap/tidb/kv.RunInNewTxn
        	            		kv/txn.go:128
        	            	github.com/pingcap/tidb/ddl.(*ddl).addBatchDDLJobs2Table
        	            		ddl/ddl_worker.go:382
        	            	github.com/pingcap/tidb/ddl.(*ddl).addBatchDDLJobs
        	            		ddl/ddl_worker.go:298
        	            	github.com/pingcap/tidb/ddl.(*ddl).limitDDLJobs
        	            		ddl/ddl_worker.go:284
        	            	github.com/pingcap/tidb/util.(*WaitGroupWrapper).Run.func1
        	            		util/wait_group_wrapper.go:33
        	            	runtime.goexit
        	            		GOROOT/src/runtime/asm_amd64.s:1571
        	Test:       	TestCoprocessorPriority
        	Messages:   	sql:drop table t, [], error stack [tikv:9005]Region is unavailable
        	            	github.com/pingcap/errors.AddStack
        	            		external/com_github_pingcap_errors/errors.go:174
        	            	github.com/pingcap/errors.Trace
        	            		external/com_github_pingcap_errors/juju_adaptor.go:15
        	            	github.com/pingcap/tidb/structure.(*TxStructure).Inc
        	            		structure/string.go:67
        	            	github.com/pingcap/tidb/meta.(*Meta).GenGlobalIDs
        	            		meta/meta.go:173
        	            	github.com/pingcap/tidb/ddl.(*ddl).addBatchDDLJobs2Table.func1
        	            		ddl/ddl_worker.go:384
        	            	github.com/pingcap/tidb/kv.RunInNewTxn
        	            		kv/txn.go:128
        	            	github.com/pingcap/tidb/ddl.(*ddl).addBatchDDLJobs2Table
        	            		ddl/ddl_worker.go:382
        	            	github.com/pingcap/tidb/ddl.(*ddl).addBatchDDLJobs
        	            		ddl/ddl_worker.go:298
        	            	github.com/pingcap/tidb/ddl.(*ddl).limitDDLJobs
        	            		ddl/ddl_worker.go:284
        	            	github.com/pingcap/tidb/util.(*WaitGroupWrapper).Run.func1
        	            		util/wait_group_wrapper.go:33
        	            	runtime.goexit
        	            		GOROOT/src/runtime/asm_amd64.s:1571 

https://prow.pingcap.net/view/gs/pingcapprow/logs/bazel_test_tidb/1555523766249852928

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added type/bug The issue is confirmed as a bug. component/test labels Aug 8, 2022
@tiancaiamao tiancaiamao self-assigned this Aug 19, 2022
@tiancaiamao
Copy link
Contributor

Is it on real TiKV? @hawkingrei

@hawkingrei
Copy link
Member Author

hawkingrei commented Aug 25, 2022

@tiancaiamao No, it runs without tikv.

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