steveloughran commented on a change in pull request #2971:
URL: https://github.com/apache/hadoop/pull/2971#discussion_r819747827



##########
File path: hadoop-tools/hadoop-azure/pom.xml
##########
@@ -319,7 +371,7 @@
                     
<test.build.data>${test.build.data}/${surefire.forkNumber}</test.build.data>
                     
<test.build.dir>${test.build.dir}/${surefire.forkNumber}</test.build.dir>
                     
<hadoop.tmp.dir>${hadoop.tmp.dir}/${surefire.forkNumber}</hadoop.tmp.dir>
-                    
<test.unique.fork.id>fork-${surefire.forkNumber}</test.unique.fork.id>
+                    
<test.unique.fork.id>fork-000${surefire.forkNumber}</test.unique.fork.id>

Review comment:
       from the aws pom
   ```xml
                   <!-- Due to a Maven quirk, setting this to just -->
                   <!-- surefire.forkNumber won't do the parameter -->
                   <!-- substitution.  Putting a prefix in front of it like -->
                   <!-- "fork-" makes it work. -->
                   <!-- Important: Those leading 0s are needed to guarantee 
that -->
                   <!-- trailing three chars are always numeric and unique -->
   ```




-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to