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

Flaky test TestShowViewPriv #55867

Closed
Tracked by #41316
tangenta opened this issue Sep 5, 2024 · 1 comment · Fixed by #55868
Closed
Tracked by #41316

Flaky test TestShowViewPriv #55867

tangenta opened this issue Sep 5, 2024 · 1 comment · Fixed by #55868
Labels
component/test feature/developing the related feature is in development severity/minor type/bug The issue is confirmed as a bug.

Comments

@tangenta
Copy link
Contributor

tangenta commented Sep 5, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

    result.go:49: 
        	Error Trace:	pkg/testkit/result.go:49
        	            				pkg/privilege/privileges/privileges_test.go:372
        	Error:      	Not equal: 
        	            	expected: "[1]\n"
        	            	actual  : "[0]\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-[1]
        	            	+[0]
        	            	 
        	Test:       	TestShowViewPriv
        	Messages:   	sql:select count(*) from information_schema.tables where table_schema='test' and table_name='v', args:[]

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

No error.

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

487ef06

@tangenta tangenta added the type/bug The issue is confirmed as a bug. label Sep 5, 2024
@tangenta tangenta added feature/developing the related feature is in development severity/minor labels Sep 5, 2024
@tiancaiamao
Copy link
Contributor

Introduced by #55574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test feature/developing the related feature is in development severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants