soumitra-st opened a new pull request, #11612:
URL: https://github.com/apache/pinot/pull/11612
I am adding testcases which brings in below dependencies:
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>2.26</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<version>2.26</version>
</dependency>
However, these dependencies also pulls in junit jars, as a result of that
the test provider becomes junit, and creates issues.
Hence, adding explicit configuration of test provider to testng for surefire
plugin in this PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]