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 TestTiDBTrx #53901

Closed
Tracked by #41316
hawkingrei opened this issue Jun 10, 2024 · 0 comments · Fixed by #53932
Closed
Tracked by #41316

flaky test TestTiDBTrx #53901

hawkingrei opened this issue Jun 10, 2024 · 0 comments · Fixed by #53932
Labels
component/test severity/major sig/transaction SIG:Transaction type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

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

3. What did you see instead (Required)

     result.go:49: 
        	Error Trace:	pkg/testkit/result.go:49
        	            				pkg/infoschema/test/clustertablestest/tables_test.go:1232
        	Error:      	Not equal: 
        	            	expected: "[LockWaiting]\n[Idle]\n"
        	            	actual  : "[Idle]\n[LockWaiting]\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,3 +1,3 @@
        	            	+[Idle]
        	            	 [LockWaiting]
        	            	-[Idle]
        	            	 
        	Test:       	TestTiDBTrx
        	Messages:   	sql:select state from information_schema.tidb_trx as trx  union select state from information_schema.tidb_trx as trx, args:[]

https://tiprow.hawkingrei.com/view/gs/pingcapprow/pr-logs/pull/pingcap_tidb/53899/fast_test_tiprow/1799973138344185856#1:build-log.txt%3A2367

4. What is your TiDB version? (Required)

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

Successfully merging a pull request may close this issue.

2 participants