-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Labels
component/testseverity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do?
If possible, provide a recipe for reproducing the error.
Found in #14834
- What did you expect to see?
All test passed
- What did you see instead?
[2020-02-25T06:32:20.031Z] ----------------------------------------------------------------------
[2020-02-25T06:32:20.031Z] FAIL: show_stats_test.go:181: testShowStatsSuite.TestShowAnalyzeStatus
[2020-02-25T06:32:20.031Z]
[2020-02-25T06:32:20.031Z] show_stats_test.go:191:
[2020-02-25T06:32:20.031Z] c.Assert(len(result.Rows()), Equals, 2)
[2020-02-25T06:32:20.031Z] ... obtained int = 3
[2020-02-25T06:32:20.031Z] ... expected int = 2
[2020-02-25T06:32:20.031Z]
[2020-02-25T06:32:20.031Z] query: select _tidb_rowid from t1 where a=5
- What version of TiDB are you using (
tidb-server -Vor runselect tidb_version();on TiDB)?
master
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component/testseverity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.