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 at the TestApplyKVFilesWithBatchMethod3 #39412

Closed
hawkingrei opened this issue Nov 28, 2022 · 2 comments · Fixed by #39415
Closed

flaky test at the TestApplyKVFilesWithBatchMethod3 #39412

hawkingrei opened this issue Nov 28, 2022 · 2 comments · Fixed by #39415
Assignees
Labels
component/test severity/moderate 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)

=== RUN   TestApplyKVFilesWithBatchMethod3

    client_test.go:1399: 

        	Error Trace:	/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/14306/execroot/__main__/bazel-out/k8-fastbuild/bin/br/pkg/restore/restore_test_/restore_test.runfiles/__main__/br/pkg/restore/client_test.go:1399

        	Error:      	Not equal: 

        	            	expected: [][]string{[]string{"log2"}, []string{"log5", "log6"}, []string{"log4"}, []string{"log3"}, []string{"log1"}}

        	            	actual  : [][]string{[]string{"log2"}, []string{"log5", "log6"}, []string{"log3"}, []string{"log4"}, []string{"log1"}}

        	            	

        	            	Diff:

        	            	--- Expected

        	            	+++ Actual

        	            	@@ -9,6 +9,6 @@

        	            	  ([]string) (len=1) {

        	            	-  (string) (len=4) "log4"

        	            	+  (string) (len=4) "log3"

        	            	  },

        	            	  ([]string) (len=1) {

        	            	-  (string) (len=4) "log3"

        	            	+  (string) (len=4) "log4"

        	            	  },

        	Test:       	TestApplyKVFilesWithBatchMethod3

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

@hawkingrei
Copy link
Member Author

@hawkingrei hawkingrei reopened this Nov 28, 2022
@hawkingrei
Copy link
Member Author

@joccau PTAL

@joccau joccau closed this as completed Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants