1
0

[HUDI-1620] Fix Metrics UT (#2894)

Make sure shutdown Metrics between unit test cases to ensure isolation
This commit is contained in:
Raymond Xu
2021-04-30 11:20:41 -07:00
committed by GitHub
parent 46de9e0f3f
commit 3418a92de8
8 changed files with 83 additions and 51 deletions

View File

@@ -56,7 +56,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'test'
options: -Pazp-unit-tests -pl hudi-client/hudi-spark-client
options: -Punit-tests -pl hudi-client/hudi-spark-client
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
testRunTitle: 'unit tests spark client'
@@ -88,7 +88,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'test'
options: -Pazp-unit-tests -pl hudi-utilities
options: -Punit-tests -pl hudi-utilities
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
testRunTitle: 'unit tests utilities'
@@ -120,7 +120,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'test'
options: -Pazp-unit-tests -pl !hudi-utilities,!hudi-client/hudi-spark-client
options: -Punit-tests -pl !hudi-utilities,!hudi-client/hudi-spark-client
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
testRunTitle: 'unit tests other modules'