amrishlal commented on a change in pull request #6326:
URL: https://github.com/apache/incubator-pinot/pull/6326#discussion_r542116197
##########
File path: pom.xml
##########
@@ -1095,7 +1095,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
- <version>2.19</version>
+ <version>3.0.0-M5</version>
Review comment:
I modified pinot-controller.pom to configure the two test suites under
pinot-controller. After this, ```mvn test``` would lead to all pinot-controller
test cases running twice. Changing configuration settings did not seem to be
working, so I tried upgrading to latest version (3.0.0-M5) and that fixed the
problem. It seems like the earlier version has a bug that causes testsuites to
run twice.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]