We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
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
The text was updated successfully, but these errors were encountered:
Is it on real TiKV? @hawkingrei
Sorry, something went wrong.
@tiancaiamao No, it runs without tikv.
testkit,executor: add MustQueryWitnContext API and fix unstable test …
c29c1fa
…TestCoprocessorPriority (#37382) close #36974
tiancaiamao
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
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)
The text was updated successfully, but these errors were encountered: