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

TestSelectHiddenColumn unstable #54872

Closed
AilinKid opened this issue Jul 24, 2024 · 1 comment
Closed

TestSelectHiddenColumn unstable #54872

AilinKid opened this issue Jul 24, 2024 · 1 comment
Labels
type/bug The issue is confirmed as a bug.

Comments

@AilinKid
Copy link
Contributor

AilinKid commented Jul 24, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

[2024/07/24 17:41:22.379 +08:00] [INFO] [ddl.go:1332] ["DDL job is finished"] [category=ddl] [jobID=107]
    result.go:49: 
        	Error Trace:	/Users/arenatlx/go/src/github.com/pingcap/tidb/pkg/testkit/result.go:49
        	            				/Users/arenatlx/go/src/github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest/tables_test.go:678
        	Error:      	Not equal: 
        	            	expected: "[2]\n"
        	            	actual  : "[3]\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-[2]
        	            	+[3]
        	            	 
        	Test:       	TestSelectHiddenColumn
        	Messages:   	sql:select count(*) from INFORMATION_SCHEMA.COLUMNS where table_name = 'hidden', args:[]

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

no error

3. What did you see instead (Required)

error

4. What is your TiDB version? (Required)

master from 7.24, after commit of #54664

@AilinKid AilinKid added the type/bug The issue is confirmed as a bug. label Jul 24, 2024
@wjhuang2016
Copy link
Member

It's already fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants