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

TestPartitionWithVariedDataSources test failure #33297

Closed
morgo opened this issue Mar 21, 2022 · 1 comment · Fixed by #33299
Closed

TestPartitionWithVariedDataSources test failure #33297

morgo opened this issue Mar 21, 2022 · 1 comment · Fixed by #33299
Assignees
Labels
severity/minor sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@morgo
Copy link
Contributor

morgo commented Mar 21, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

FAIL: TestPartitionWithVariedDataSources (0.45s)
    result.go:50: 
                Error Trace:    result.go:50
                                                        prepare_test.go:2636
                Error:          Not equal: 
                                expected: "[1]\n"
                                actual  : "[0]\n"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1,2 +1,2 @@
                                -[1]
                                +[0]
                                 
                Test:           TestPartitionWithVariedDataSources

I believe the correct result is 0 since #33098 , but for @mjonss to confirm.

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

Pass

3. What did you see instead (Required)

Failure

4. What is your TiDB version? (Required)

Master

@morgo morgo added the type/bug The issue is confirmed as a bug. label Mar 21, 2022
@morgo
Copy link
Contributor Author

morgo commented Mar 21, 2022

Looks to be a duplicate of #25642 -- but I think it is always 0 for me recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor 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