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 TestRemovePartitioningAutoIDs #54759

Closed
Tracked by #41316
hawkingrei opened this issue Jul 19, 2024 · 0 comments · Fixed by #56436
Closed
Tracked by #41316

flaky test TestRemovePartitioningAutoIDs #54759

hawkingrei opened this issue Jul 19, 2024 · 0 comments · Fixed by #56436
Assignees
Labels
component/test severity/major sig/sql-infra SIG: SQL Infra 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)

         	Error Trace:	pkg/testkit/result.go:49
        	            				pkg/ddl/tests/partition/db_partition_test.go:3248
        	Error:      	Not equal: 
        	            	expected: "[13 11 11]\n[14 2 2]\n[15 12 12]\n[17 16 18]\n[19 18 4]\n[21 20 5]\n[23 22 6]\n[25 24 7]\n[30 29 9]\n"
        	            	actual  : "[13 11 11]\n[14 2 2]\n[15 12 12]\n[17 16 18]\n[19 18 4]\n[21 20 6]\n[30013 30012 5]\n[30015 30014 7]\n[30020 30019 9]\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -5,6 +5,6 @@
        	            	 [19 18 4]
        	            	-[21 20 5]
        	            	-[23 22 6]
        	            	-[25 24 7]
        	            	-[30 29 9]
        	            	+[21 20 6]
        	            	+[30013 30012 5]
        	            	+[30015 30014 7]
        	            	+[30020 30019 9]
        	            	 
        	Test:       	TestRemovePartitioningAutoIDs
        	Messages:   	sql:select _tidb_rowid, a, b from t, args:[] 

https://tiprow.hawkingrei.com/view/gs/pingcapprow/pr-logs/pull/pingcap_tidb/54553/fast_test_tiprow/1814144338314137600

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/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.

3 participants