-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29201: Disable flaky query_iceberg_metadata_of_unpartitioned_table.q #6098
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
|
|
LGTM +1 |
zhangbutao
left a comment
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.
+1 LGTM
|
@zabetak, @Aggarwal-Raghav, @zhangbutao could you please explain why test was disabled as flaky. Was there at least some investigation conducted, like flaky build check? |
|
Apologies, I haven't looked into the root cause of this test instability carefully. But from what I recall, this test has always been prone to failure. Therefore, I think before HIVE-29201 is resolved, we can temporarily disable this test on the main branch to prevent other new PRs from failing due to this test. Additionally, I don't intend to disable this test permanently, as it relates to the important functionality of Iceberg metadata queries. Once the cause of the failure is identified, we can re-enable it under HIVE-29201. If time permits, I will also help investigate HIVE-29201. :) |
|
@deniskuzZ , please check the run: I personally haven't investigated whether test is flaky or not but I assumed it was as the PR #6075 was already there. |
|
@deniskuzZ I haven't explicitly run a flaky run but if you check the builds for many recent PRs they contain this failure. Moreover, this is not new and it appeared also in builds many months ago. Apart from that the description in HIVE-29201 clearly states some reasons for which the tests is flaky so I think there are enough evidence to disable it. |
@zabetak, the test don’t fail when run multiple times, so it's not flaky. If a library upgrade impacted the sorting of masked columns, that points to a core test framework issue, not a valid reason to disable the test. I think this warrants a discussion, and I find your decision questionable, especially since others were actively verifying this |
|
@deniskuzZ I see that we disagree on some aspects on how we should approach this instability but now this is PR is merged so let's try to focus on the next steps. If you need help on reviewing the other pending PRs about HIVE-29201 let me know and I will join the discussion. If you feel that this disablement needs to be reverted immediately let me know and I will be happy to do that as well. |
|
@thomasrebele test infra fix has been merged (https://issues.apache.org/jira/browse/HIVE-29226), so we can re-enable the test now. |




Why are the changes needed?
Flakiness
Does this PR introduce any user-facing change?
No
How was this patch tested?