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 testPrepareSerialSuite.TestPrepareOverMaxPreparedStmtCount #25589

Closed
Tracked by #25899
zhouqiang-cl opened this issue Jun 21, 2021 · 2 comments · Fixed by #26514
Closed
Tracked by #25899

Unstable test testPrepareSerialSuite.TestPrepareOverMaxPreparedStmtCount #25589

zhouqiang-cl opened this issue Jun 21, 2021 · 2 comments · Fixed by #26514
Assignees
Labels
severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@zhouqiang-cl
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

[2021-06-20T18:08:29.567Z] FAIL: prepare_test.go:256: testPrepareSerialSuite.TestPrepareOverMaxPreparedStmtCount

[2021-06-20T18:08:29.567Z] 

[2021-06-20T18:08:29.567Z] prepare_test.go:302:

[2021-06-20T18:08:29.567Z]     ...

[2021-06-20T18:08:29.567Z] /home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/util/testleak/leaktest.go:168:

[2021-06-20T18:08:29.568Z]     c.Errorf("Test %s check-count %d appears to have leaked: %v", c.TestName(), cnt, g)

[2021-06-20T18:08:29.568Z] ... Error: Test testPrepareSerialSuite.TestPrepareOverMaxPreparedStmtCount check-count 50 appears to have leaked: github.com/pingcap/tidb/ddl.(*worker).start(0xc161c12070, 0xc0aeeb8000)

[2021-06-20T18:08:29.568Z] 	/home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/ddl/ddl_worker.go:157 +0x315

[2021-06-20T18:08:29.568Z] created by github.com/pingcap/tidb/ddl.(*ddl).Start

[2021-06-20T18:08:29.568Z] 	/home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/ddl/ddl.go:364 +0x6a5

[2021-06-20T18:08:29.568Z] 

[2021-06-20T18:08:29.568Z] prepare_test.go:302:

[2021-06-20T18:08:29.568Z]     ...

[2021-06-20T18:08:29.568Z] /home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/util/testleak/leaktest.go:168:

[2021-06-20T18:08:29.568Z]     c.Errorf("Test %s check-count %d appears to have leaked: %v", c.TestName(), cnt, g)

[2021-06-20T18:08:29.568Z] ... Error: Test testPrepareSerialSuite.TestPrepareOverMaxPreparedStmtCount check-count 50 appears to have leaked: github.com/pingcap/tidb/ddl.(*worker).start(0xc161c120e0, 0xc0aeeb8000)

[2021-06-20T18:08:29.568Z] 	/home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/ddl/ddl_worker.go:157 +0x315

[2021-06-20T18:08:29.568Z] created by github.com/pingcap/tidb/ddl.(*ddl).Start

[2021-06-20T18:08:29.568Z] 	/home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/ddl/ddl.go:364 +0x6a5

1. Minimal reproduce step (Required)

in ci https://ci.pingcap.net/blue/organizations/jenkins/tidb-unit-test-nightly/detail/tidb-unit-test-nightly/1419/pipeline

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master 712fb1c

@zimulala
Copy link
Contributor

PTAL @bb7133

@ti-srebot
Copy link
Contributor

Please edit this comment or add a new comment to complete the following information

Not a bug

  1. Remove the 'type/bug' label
  2. Add notes to indicate why it is not a bug

Duplicate bug

  1. Add the 'type/duplicate' label
  2. Add the link to the original bug

Bug

Note: Make Sure that 'component', and 'severity' labels are added
Example for how to fill out the template: #20100

1. Root Cause Analysis (RCA) (optional)

2. Symptom (optional)

3. All Trigger Conditions (optional)

4. Workaround (optional)

5. Affected versions

6. Fixed versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants