We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
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.
Pass
Failure
Master
The text was updated successfully, but these errors were encountered:
Looks to be a duplicate of #25642 -- but I think it is always 0 for me recently.
Sorry, something went wrong.
planner: Updated failing test after #33098 (#33299)
b7a2d62
close #33297
mjonss
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
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
The text was updated successfully, but these errors were encountered: