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 TestGlobalMemoryControl #41474

Open
Tracked by #41316
hawkingrei opened this issue Feb 16, 2023 · 0 comments
Open
Tracked by #41316

flaky test TestGlobalMemoryControl #41474

hawkingrei opened this issue Feb 16, 2023 · 0 comments
Labels
affects-7.0 affects-7.1 affects-7.5 affects-8.1 affects-8.5 component/test 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 may-affects-6.2 may-affects-6.3 may-affects-6.4 may-affects-6.5 may-affects-6.6 severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

hawkingrei commented Feb 16, 2023

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)

--- FAIL: TestGlobalMemoryControl (6.17s)
panic: interface conversion: interface {} is nil, not string [recovered]
	panic: interface conversion: interface {} is nil, not string

goroutine 131854 [running]:
testing.tRunner.func1.2({0x4c5e3a0, 0xc0005dee40})
	GOROOT/src/testing/testing.go:1396 +0x24e
testing.tRunner.func1()
	GOROOT/src/testing/testing.go:1399 +0x39f
panic({0x4c5e3a0, 0xc0005dee40})
	GOROOT/src/runtime/panic.go:884 +0x212
github.com/pingcap/tidb/executor_test.TestGlobalMemoryControl.func4({0x0?, 0x0?})
	executor/executor_test.go:6284 +0x86
github.com/pingcap/tidb/util.WithRecovery.func1()
	util/misc.go:88 +0x6c
github.com/pingcap/tidb/util.WithRecovery(0x1dcd6500?, 0xc0435ab900?)
	util/misc.go:97 +0x7a
github.com/pingcap/tidb/executor_test.TestGlobalMemoryControl(0xc028e60ea0)
	executor/executor_test.go:6280 +0x712
testing.tRunner(0xc028e60ea0, 0x53ce8c0)
	GOROOT/src/testing/testing.go:1446 +0x10b
created by testing.(*T).Run
	GOROOT/src/testing/testing.go:1493 +0x35f
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 2

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added the type/bug The issue is confirmed as a bug. label Feb 16, 2023
@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 may-affects-6.2 may-affects-6.3 may-affects-6.4 may-affects-6.5 may-affects-6.6 labels Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.0 affects-7.1 affects-7.5 affects-8.1 affects-8.5 component/test 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 may-affects-6.2 may-affects-6.3 may-affects-6.4 may-affects-6.5 may-affects-6.6 severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

5 participants