You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/09 22:54:56 UTC

[GitHub] ctubbsii opened a new issue #591: Some files with *Test.java naming convention aren't running as JUnit tests

ctubbsii opened a new issue #591: Some files with *Test.java naming convention aren't running as JUnit tests
URL: https://github.com/apache/accumulo/issues/591
 
 
   Some tests seem to match the naming conventions for surefire to run JUnit tests, but they aren't actually JUnit tests, and they don't actually get executed (because they are in `test/src/main/java`, which contains ITs run by failsafe).
   
   If they are intended as ITs, they should be renamed to match the `*IT.java` naming convention for the failsafe plugin.
   
   If they are intended to be run as JUnit tests, they should be moved to the `test/src/test/java/` directory so they can be run by the surefire plugin.
   
   If they are neither ITs nor Unit tests, then they should be renamed so as not to cause confusion.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services