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 TestTiDBClusterInfo #49772

Closed
Tracked by #41316
Defined2014 opened this issue Dec 26, 2023 · 0 comments · Fixed by #49775
Closed
Tracked by #41316

unstable test TestTiDBClusterInfo #49772

Defined2014 opened this issue Dec 26, 2023 · 0 comments · Fixed by #49775
Assignees
Labels
component/test severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@Defined2014
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

    result.go:49: 
        	Error Trace:	/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/result.go:49
        	            				/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/infoschema_cluster_table_test.go:228
        	Error:      	Not equal: 
        	            	expected: "[pd 127.0.0.1:38621 2023-12-25 12:22:06]\n[tikv store1 2023-12-25 12:22:06]\n"
        	            	actual  : "[pd 127.0.0.1:38621 2023-12-25 12:22:06]\n[tikv store1 2023-12-25 12:22:07]\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,3 +1,3 @@
        	            	 [pd 127.0.0.1:38621 2023-12-25 12:22:06]
        	            	-[tikv store1 2023-12-25 12:22:06]
        	            	+[tikv store1 2023-12-25 12:22:07]
        	            	 
        	Test:       	TestTiDBClusterInfo
        	Messages:   	sql:select type, instance, start_time from information_schema.cluster_info where type != 'tidb', args:[]
FAIL

https://prow.tidb.net/view/gs/prow-tidb-logs/logs/periodic-daily-tidb-unit-test/1739254785518866432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/moderate 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.

2 participants