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

physical_plan_test.go:testPlanSuite.TestPreferRangeScanOff failed #21092

Closed
sre-bot opened this issue Nov 16, 2020 · 6 comments · Fixed by #21294
Closed

physical_plan_test.go:testPlanSuite.TestPreferRangeScanOff failed #21092

sre-bot opened this issue Nov 16, 2020 · 6 comments · Fixed by #21294

Comments

@sre-bot
Copy link
Contributor

sre-bot commented Nov 16, 2020

physical_plan_test.go:testPlanSuite.TestPreferRangeScanOff

[2020-11-16T07:17:00.171Z] ----------------------------------------------------------------------
[2020-11-16T07:17:00.171Z] FAIL: physical_plan_test.go:1647: testPlanSuite.TestPreferRangeScanOff
[2020-11-16T07:17:00.171Z]
[2020-11-16T07:17:00.171Z] physical_plan_test.go:1687:
[2020-11-16T07:17:00.171Z]     tk.MustQuery("explain " + ts).Check(testkit.Rows(output[i].Plan...))
[2020-11-16T07:17:00.171Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:63:
[2020-11-16T07:17:00.171Z]     res.c.Assert(resBuff.String(), check.Equals, needBuff.String(), res.comment)
[2020-11-16T07:17:00.171Z] ... obtained string = "" +
[2020-11-16T07:17:00.171Z] ...     "[TableReader_7 1106.87 root  data:Selection_6]\n" +
[2020-11-16T07:17:00.171Z] ...     "[└─Selection_6 1106.87 cop[tikv]  eq(test.test.age, 5)]\n" +
[2020-11-16T07:17:00.171Z] ...     "[  └─TableFullScan_5 1454.00 cop[tikv] table:test keep order:false]\n"
[2020-11-16T07:17:00.171Z] ... expected string = "" +
[2020-11-16T07:17:00.171Z] ...     "[TableReader_7 2048.00 root  data:Selection_6]\n" +
[2020-11-16T07:17:00.171Z] ...     "[└─Selection_6 2048.00 cop[tikv]  eq(test.test.age, 5)]\n" +
[2020-11-16T07:17:00.171Z] ...     "[  └─TableFullScan_5 2048.00 cop[tikv] table:test keep order:false]\n"
[2020-11-16T07:17:00.171Z] ... sql:explain select * from test where age=5;, args:[]

Latest failed builds:
https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_check_2/61492/display/redirect
https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_check_2/61295/display/redirect
https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_unit_test/58187/display/redirect
https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_check_2/61336/display/redirect
https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_check_2/61343/display/redirect
https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_check_2/61423/display/redirect

@sre-bot
Copy link
Contributor Author

sre-bot commented Nov 20, 2020

@SunRunAway
Copy link
Contributor

@xiaodong-ji PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants