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 TestAlterModifyColumnOnPartitionedTableFail #39764

Closed
hawkingrei opened this issue Dec 8, 2022 · 1 comment · Fixed by #39765
Closed

flaky test TestAlterModifyColumnOnPartitionedTableFail #39764

hawkingrei opened this issue Dec 8, 2022 · 1 comment · Fixed by #39765
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)

    result.go:49: 
        	Error Trace:	/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/6880/execroot/__main__/bazel-out/k8-fastbuild/bin/ddl/ddl_test_/ddl_test.runfiles/__main__/ddl/result.go:49
        	            				/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/6880/execroot/__main__/bazel-out/k8-fastbuild/bin/ddl/ddl_test_/ddl_test.runfiles/__main__/ddl/db_partition_test.go:4712
        	Error:      	Not equal: 
        	            	expected: ""
        	            	actual  : "[Warning 1265 Data truncated for column 'a', value is '34 💥💥Longer than 11111']\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1,2 @@
        	            	+[Warning 1265 Data truncated for column 'a', value is '34 💥💥Longer than 11111']
        	            	 
        	Test:       	TestAlterModifyColumnOnPartitionedTableFail
        	Messages:   	sql:show warnings, args:[]

https://do.pingcap.net/jenkins/blue/rest/organizations/jenkins/pipelines/pingcap/pipelines/tidb/pipelines/ghpr_unit_test/runs/9739/nodes/49/steps/54/log/?start=0

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added the type/bug The issue is confirmed as a bug. label Dec 8, 2022
@mjonss mjonss self-assigned this Dec 8, 2022
@mjonss
Copy link
Contributor

mjonss commented Dec 8, 2022

Due to #38669 the warning may or may not show up. I will comment out the show warnings in the test to make it stable.

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