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 in the TestIssue35686 #36234

Closed
hawkingrei opened this issue Jul 15, 2022 · 0 comments · Fixed by #36236
Closed

unstable test in the TestIssue35686 #36234

hawkingrei opened this issue Jul 15, 2022 · 0 comments · Fixed by #36236
Labels
component/test severity/major 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)

[2022-07-15T06:17:22.945Z]     testkit.go:174: 
[2022-07-15T06:17:22.945Z]         	Error Trace:	testkit.go:174
[2022-07-15T06:17:22.945Z]         	            				testkit.go:168
[2022-07-15T06:17:22.945Z]         	            				testkit.go:108
[2022-07-15T06:17:22.945Z]         	            				stale_txn_test.go:1393
[2022-07-15T06:17:22.945Z]         	Error:      	Received unexpected error:
[2022-07-15T06:17:22.945Z]         	            	runtime error: invalid memory address or nil pointer dereference
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/executor.(*recordSet).Next.func1
[2022-07-15T06:17:22.945Z]         	            		executor/adapter.go:147
[2022-07-15T06:17:22.945Z]         	            	runtime.gopanic
[2022-07-15T06:17:22.945Z]         	            		GOROOT/src/runtime/panic.go:838
[2022-07-15T06:17:22.945Z]         	            	runtime.panicmem
[2022-07-15T06:17:22.945Z]         	            		GOROOT/src/runtime/panic.go:220
[2022-07-15T06:17:22.945Z]         	            	runtime.sigpanic
[2022-07-15T06:17:22.945Z]         	            		GOROOT/src/runtime/signal_unix.go:818
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/executor.(*DDLJobsReaderExec).Next
[2022-07-15T06:17:22.945Z]         	            		executor/infoschema_reader.go:1306
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/executor.Next
[2022-07-15T06:17:22.945Z]         	            		executor/executor.go:319
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/executor.(*recordSet).Next
[2022-07-15T06:17:22.945Z]         	            		executor/adapter.go:151
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/session.GetRows4Test
[2022-07-15T06:17:22.945Z]         	            		session/tidb.go:333
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/session.ResultSetToStringSlice
[2022-07-15T06:17:22.945Z]         	            		session/tidb.go:351
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/testkit.(*TestKit).ResultSetToResultWithCtx
[2022-07-15T06:17:22.945Z]         	            		testkit/testkit.go:173
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/testkit.(*TestKit).ResultSetToResult
[2022-07-15T06:17:22.945Z]         	            		testkit/testkit.go:168
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/testkit.(*TestKit).MustQuery
[2022-07-15T06:17:22.945Z]         	            		testkit/testkit.go:108
[2022-07-15T06:17:22.945Z]         	            	github.com/pingcap/tidb/executor_test.TestIssue35686
[2022-07-15T06:17:22.945Z]         	            		executor/stale_txn_test.go:1393
[2022-07-15T06:17:22.945Z]         	            	testing.tRunner
[2022-07-15T06:17:22.945Z]         	            		GOROOT/src/testing/testing.go:1439
[2022-07-15T06:17:22.945Z]         	            	runtime.goexit
[2022-07-15T06:17:22.945Z]         	            		GOROOT/src/runtime/asm_amd64.s:1571
[2022-07-15T06:17:22.945Z]         	Test:       	TestIssue35686

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 the type/bug The issue is confirmed as a bug. label Jul 15, 2022
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.0 may-affects-6.1 labels Jul 15, 2022
@seiya-annie seiya-annie removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-6.0 may-affects-6.1 labels Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants