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

testSuite6.TestSetDDLReorgWorkerCnt is unstable #24817

Closed
zimulala opened this issue May 21, 2021 · 4 comments · Fixed by #30480
Closed

testSuite6.TestSetDDLReorgWorkerCnt is unstable #24817

zimulala opened this issue May 21, 2021 · 4 comments · Fixed by #30480
Assignees
Labels
component/test help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. severity/moderate sig/sql-infra SIG: SQL Infra

Comments

@zimulala
Copy link
Contributor

Bug Report

https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_unit_test/detail/tidb_ghpr_unit_test/3507/pipeline

[2021-05-21T05:43:40.128Z] ----------------------------------------------------------------------
[2021-05-21T05:43:40.128Z] FAIL: ddl_test.go:1136: testSuite6.TestSetDDLReorgWorkerCnt
[2021-05-21T05:43:40.128Z]
[2021-05-21T05:43:40.128Z] ddl_test.go:1149:
[2021-05-21T05:43:40.128Z]     c.Assert(variable.GetDDLReorgWorkerCounter(), Equals, int32(100))
[2021-05-21T05:43:40.128Z] ... obtained int32 = 4
[2021-05-21T05:43:40.128Z] ... expected int32 = 100
[2021-05-21T05:43:40.128Z]
@XuHuaiyu XuHuaiyu added sig/sql-infra SIG: SQL Infra and removed sig/execution SIG execution labels Jun 1, 2021
@zhouqiang-cl
Copy link
Contributor

@zimulala zimulala added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Jul 5, 2021
@zhouqiang-cl
Copy link
Contributor

@unconsolable
Copy link
Contributor

happened again
https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_check_2/detail/tidb_ghpr_check_2/33874/pipeline/

[2021-09-16T07:26:41.018Z] FAIL: ddl_test.go:1186: testSuite6.TestSetDDLReorgWorkerCnt
[2021-09-16T07:26:41.018Z] 
[2021-09-16T07:26:41.018Z] ddl_test.go:1205:
[2021-09-16T07:26:41.018Z]     c.Assert(variable.GetDDLReorgWorkerCounter(), Equals, int32(100))
[2021-09-16T07:26:41.018Z] ... obtained int32 = 4
[2021-09-16T07:26:41.018Z] ... expected int32 = 100
[2021-09-16T07:26:41.018Z] 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. severity/moderate sig/sql-infra SIG: SQL Infra
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants