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 TestTableIfHasColumn #41308

Closed
Tracked by #41316
hawkingrei opened this issue Feb 11, 2023 · 0 comments · Fixed by #41547
Closed
Tracked by #41316

flaky test TestTableIfHasColumn #41308

hawkingrei opened this issue Feb 11, 2023 · 0 comments · Fixed by #41547
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)

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

3. What did you see instead (Required)

    result.go:49: 
        	Error Trace:	/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/result.go:49
        	            				/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/tables_test.go:757
        	Error:      	Not equal: 
        	            	expected: "[1]\n"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1 @@
        	            	-[1]
        	            	 
        	Test:       	TestTableIfHasColumn
        	Messages:   	sql:select Has_more_results from information_schema.slow_query, args:[]
    tables_test.go:747: 
        	Error Trace:	/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/tables_test.go:747
        	            				/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/panic.go:522
        	            				/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/testing.go:871
        	            				/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/result.go:49
        	            				/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/bin/infoschema/infoschema_test_/infoschema_test.runfiles/__main__/infoschema/tables_test.go:757
        	Error:      	Received unexpected error:
        	            	remove tidb-slow.log: no such file or directory
        	Test:       	TestTableIfHasColumn

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