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 case: TestTraceCE #30234

Closed
time-and-fate opened this issue Nov 29, 2021 · 2 comments · Fixed by #30235
Closed

unstable test case: TestTraceCE #30234

time-and-fate opened this issue Nov 29, 2021 · 2 comments · Fixed by #30235
Assignees
Labels
component/test severity/major sig/planner SIG: Planner type/bug The issue is confirmed as a bug.

Comments

@time-and-fate
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

https://ci.pingcap.net/blue/rest/organizations/jenkins/pipelines/tidb_ghpr_check_2/runs/48874/nodes/62/steps/73/log/?start=0

[2021-11-29T10:18:05.918Z]         	            	Diff:
[2021-11-29T10:18:05.918Z]         	            	--- Expected
[2021-11-29T10:18:05.918Z]         	            	+++ Actual
[2021-11-29T10:18:05.918Z]         	            	@@ -5,3 +5,3 @@
[2021-11-29T10:18:05.918Z]         	            	   Type: (string) (len=26) "Table Stats-Expression-CNF",
[2021-11-29T10:18:05.918Z]         	            	-  Expr: (string) (len=17) "`lt`(test.t.b, 4)",
[2021-11-29T10:18:05.918Z]         	            	+  Expr: (string) (len=17) "`lt`(test.t.a, 3)",
[2021-11-29T10:18:05.918Z]         	            	   RowCount: (uint64) 6
[2021-11-29T10:18:05.918Z]         	            	@@ -12,3 +12,3 @@
[2021-11-29T10:18:05.918Z]         	            	   Type: (string) (len=26) "Table Stats-Expression-CNF",
[2021-11-29T10:18:05.918Z]         	            	-  Expr: (string) (len=17) "`lt`(test.t.b, 4)",
[2021-11-29T10:18:05.918Z]         	            	+  Expr: (string) (len=17) "`lt`(test.t.a, 3)",
[2021-11-29T10:18:05.918Z]         	            	   RowCount: (uint64) 6
[2021-11-29T10:18:05.918Z]         	            	@@ -26,3 +26,3 @@
[2021-11-29T10:18:05.918Z]         	            	   Type: (string) (len=26) "Table Stats-Expression-CNF",
[2021-11-29T10:18:05.918Z]         	            	-  Expr: (string) (len=17) "`lt`(test.t.a, 3)",
[2021-11-29T10:18:05.918Z]         	            	+  Expr: (string) (len=17) "`lt`(test.t.b, 4)",
[2021-11-29T10:18:05.918Z]         	            	   RowCount: (uint64) 6
[2021-11-29T10:18:05.918Z]         	            	@@ -33,3 +33,3 @@
[2021-11-29T10:18:05.918Z]         	            	   Type: (string) (len=26) "Table Stats-Expression-CNF",
[2021-11-29T10:18:05.918Z]         	            	-  Expr: (string) (len=17) "`lt`(test.t.a, 3)",
[2021-11-29T10:18:05.918Z]         	            	+  Expr: (string) (len=17) "`lt`(test.t.b, 4)",
[2021-11-29T10:18:05.918Z]         	            	   RowCount: (uint64) 6
[2021-11-29T10:18:05.918Z]         	Test:       	TestTraceCE

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

The test case TestTraceCE runs successfully.

3. What did you see instead (Required)

Sometimes it may fail because we assert two slices to be equal. But we actually don't care about the order of the elements.

4. What is your TiDB version? (Required)

master

@time-and-fate time-and-fate added the type/bug The issue is confirmed as a bug. label Nov 29, 2021
@time-and-fate
Copy link
Member Author

/assign

@github-actions
Copy link

Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label.

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

Successfully merging a pull request may close this issue.

2 participants