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

testInfoschemaTableSuite.TestDataForTableStatsField test not stable #15264

Closed
tiancaiamao opened this issue Mar 10, 2020 · 1 comment
Closed
Labels
severity/minor type/bug The issue is confirmed as a bug.

Comments

@tiancaiamao
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?

Find in #15261

https://internal.pingcap.net/idc-jenkins/blue/organizations/jenkins/tidb_ghpr_unit_test/detail/tidb_ghpr_unit_test/26947/pipeline

FAIL: infoschema_reader_test.go:219: testInfoschemaTableSuite.TestDataForTableStatsField

  1. What did you expect to see?

Success

  1. What did you see instead?
[2020-03-10T09:52:01.311Z] ----------------------------------------------------------------------
[2020-03-10T09:52:01.311Z] FAIL: infoschema_reader_test.go:219: testInfoschemaTableSuite.TestDataForTableStatsField
[2020-03-10T09:52:01.311Z] 
[2020-03-10T09:52:01.311Z] infoschema_reader_test.go:266:
[2020-03-10T09:52:01.311Z]     tk.MustQuery("select table_rows, avg_row_length, data_length, index_length from information_schema.tables where table_name='t'").Check(
[2020-03-10T09:52:01.311Z]         testkit.Rows("3 18 54 6"))
[2020-03-10T09:52:01.311Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:62:
[2020-03-10T09:52:01.311Z]     res.c.Assert(resBuff.String(), check.Equals, needBuff.String(), res.comment)
[2020-03-10T09:52:01.311Z] ... obtained string = "[0 0 0 0]\n"
[2020-03-10T09:52:01.311Z] ... expected string = "[3 18 54 6]\n"
[2020-03-10T09:52:01.311Z] ... sql:select table_rows, avg_row_length, data_length, index_length from information_schema.tables where table_name='t', args:[]
[2020-03-10T09:52:01.311Z] 
[2020-03-10T09:52:01.311Z] 
[2020-03-10T09:52:01.311Z] ----------------------------------------------------------------------

CI hang for 15min before exit.

  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?

master e4762f2

@tiancaiamao tiancaiamao added the type/bug The issue is confirmed as a bug. label Mar 10, 2020
@SunRunAway
Copy link
Contributor

Duplicate of #15222
@tiancaiamao search first 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

3 participants