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 TestFixControl45132 #46663

Closed
Tracked by #41316
zimulala opened this issue Sep 5, 2023 · 0 comments · Fixed by #46849
Closed
Tracked by #41316

Unstable test TestFixControl45132 #46663

zimulala opened this issue Sep 5, 2023 · 0 comments · Fixed by #46849
Assignees
Labels
component/test severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@zimulala
Copy link
Contributor

zimulala commented Sep 5, 2023

Bug Report

CI: https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftidb%2Fghpr_unit_test/detail/ghpr_unit_test/32027/pipeline/

[2023/09/05 12:13:40.125 +08:00] [INFO] [analyze.go:627] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2023/09/05 12:13:39.960 +08:00] ["end time"=2023/09/05 12:13:40.123 +08:00] [cost=163.387722ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
    result.go:49: 
        	Error Trace:	testkit/result.go:49
        	            				planner/core/casetest/integration_test.go:1597
        	Error:      	Not equal: 
        	            	expected: "[TableReader_7 128.00 root  data:Selection_6]\n[└─Selection_6 128.00 cop[tikv]  eq(test.t.a, 2)]\n[  └─TableFullScan_5 12928.00 cop[tikv] table:t keep order:false]\n"

        	            	actual  : "[TableReader_7 119.00 root  data:Selection_6]\n[└─Selection_6 119.00 cop[tikv]  eq(test.t.a, 2)]\n[  └─TableFullScan_5 12065.00 cop[tikv] table:t keep order:false]\n"
        	            	

        	            	Diff:
        	            	--- Expected
        	            	+++ Actual

        	            	@@ -1,4 +1,4 @@
        	            	-[TableReader_7 128.00 root  data:Selection_6]
        	            	-[└─Selection_6 128.00 cop[tikv]  eq(test.t.a, 2)]
        	            	-[  └─TableFullScan_5 12928.00 cop[tikv] table:t keep order:false]
        	            	+[TableReader_7 119.00 root  data:Selection_6]
        	            	+[└─Selection_6 119.00 cop[tikv]  eq(test.t.a, 2)]
        	            	+[  └─TableFullScan_5 12065.00 cop[tikv] table:t keep order:false]
        	            

        	Test:       	TestFixControl45132
        	Messages:   	sql:explain select * from t where a=2, args:[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants