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

[MINOR] Disable hdfs for hudi-utilities tests #10663

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

linliu-code
Copy link
Contributor

Change Logs

Tests in hudi-utilities module cause serious flaky failures for Azure CI tests.
This is one of the steps that we try to stabilize the Azure CI test.

Impact

Removing one of the sources of instabilities.

Risk level (write none, low medium or high below)

None.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@linliu-code
Copy link
Contributor Author

@@ -63,7 +63,7 @@ public class TestSqlFileBasedSource extends UtilitiesTestBase {

@BeforeAll
public static void initClass() throws Exception {
UtilitiesTestBase.initTestServices(true, true, false);
UtilitiesTestBase.initTestServices(false, true, false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these all the places we use HDFS?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests that uses utilitiesTestBase. I will keep removing more.

@hudi-bot
Copy link

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@yihua yihua merged commit e3fd8d8 into apache:master Feb 13, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants