rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r917460367
##########
azure-pipelines.yml:
##########
@@ -200,27 +223,22 @@ stages:
mavenOptions: '-Xmx4g'
- job: IT
displayName: IT modules
- timeoutInMinutes: '120'
+ timeoutInMinutes: '180'
steps:
- task: Maven@3
displayName: maven install
+ continueOnError: true
+ retryCountOnTaskFailure: 2
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: $(MVN_OPTS_INSTALL) -Pintegration-tests
publishJUnitResults: false
jdkVersionOption: '1.8'
- - task: Maven@3
Review Comment:
I believe when i tried readding the unit tests I ran into issues again with
mini dfs cluster based on the JIRA
https://issues.apache.org/jira/browse/HUDI-4263
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]