-
Notifications
You must be signed in to change notification settings - Fork 180
Fix the flaky CalcitePPLTcphIT #4846
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
Conversation
Signed-off-by: Lantao Jin <[email protected]>
| rows("3-MEDIUM", 9), | ||
| rows("4-NOT SPECIFIED", 8), | ||
| rows("5-LOW", 12)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain how blocking the index load relates to this integration test fix? The connection isn't clear to me from the current changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to the fix. I found this test was ignored due to the bucket size 1000 limitation. Just correct the results and enable it again.
Signed-off-by: Lantao Jin <[email protected]> (cherry picked from commit c0f5680) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix the flaky CalcitePPLTcphIT (#4846) Signed-off-by: Lantao Jin <[email protected]> (cherry picked from commit c0f5680) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix conflicts Signed-off-by: Lantao Jin <[email protected]> --------- Signed-off-by: Lantao Jin <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lantao Jin <[email protected]>
Signed-off-by: Lantao Jin <[email protected]>
Description
Fix the flaky CalcitePPLTcphIT
Related Issues
Resolves #4261
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.