wujimin commented on a change in pull request #583: [SCB-381] Fix
foundation-vertx UT failure
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/583#discussion_r173616568
##########
File path: foundations/foundation-vertx/pom.xml
##########
@@ -53,4 +53,21 @@
<artifactId>foundation-test-scaffolding</artifactId>
</dependency>
</dependencies>
+
+ <!--
+ Disable surefire forking for vertex, it causes the UT to fail
+ on some platforms(mainly linux).
+ -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>1</forkCount>
+ <reuseForks>false</reuseForks>
Review comment:
not a good idea
should fix the root cause.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services