greyp9 commented on a change in pull request #5040:
URL: https://github.com/apache/nifi/pull/5040#discussion_r622519643



##########
File path: .github/workflows/ci-workflow.yml
##########
@@ -91,9 +91,16 @@ jobs:
           df -h
       - name: Build with Maven
         env:
-          MAVEN_OPTS: -Xmx2g -XX:ReservedCodeCacheSize=1g -XX:+UseG1GC 
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN 
-Dmaven.surefire.arguments="-Duser.language=en -Duser.region=AU 
-Duser.timezone=Australia/Melbourne" -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false
+          MAVEN_OPTS: -Xmx2g -XX:ReservedCodeCacheSize=1g -XX:+UseG1GC 
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN -Duser.language=en 
-Duser.country=AU -Duser.region=AU -Duser.timezone=Australia/Melbourne 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false

Review comment:
       The use of "maven.surefire.arguments" should work, but I verified that 
the CI was running on each node in the default locale (en-US).  This change 
sets the system properties for locale, and a corresponding change in project 
root POM propagates these settings to surefire.
   




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to