This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new eb212c9dca8 [MINOR] Skip merging Jacoco execution data file from Azure
Job 1 FT (#12942)
eb212c9dca8 is described below
commit eb212c9dca876824b6c570665951777a772bc463
Author: Y Ethan Guo <[email protected]>
AuthorDate: Sun Mar 9 19:24:20 2025 -0700
[MINOR] Skip merging Jacoco execution data file from Azure Job 1 FT (#12942)
---
azure-pipelines-20230430.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/azure-pipelines-20230430.yml b/azure-pipelines-20230430.yml
index b2835375339..aa75bb9d3dc 100644
--- a/azure-pipelines-20230430.yml
+++ b/azure-pipelines-20230430.yml
@@ -154,7 +154,8 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'test'
- options: $(MVN_OPTS_TEST) -Pfunctional-tests
$(JACOCO_AGENT_DESTFILE2_ARG) -pl hudi-client/hudi-spark-client
+ # TODO(HUDI-9143): Investigate why Jacoco execution data file is
corrupt
+ options: $(MVN_OPTS_TEST) -Pfunctional-tests
-Djacoco.agent.dest.filename=jacoco2.corrupt -pl hudi-client/hudi-spark-client
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
jdkVersionOption: '1.8'