Description
Several Integration Tests do not get tested by the maven-failsafe-plugin because they do not follow the standard IT naming convention (*IT.java).
Also, remove the maven-surefire-plugin *IntegrationTest.java exclusion in the parent pom.
Affected tests:
$ find incubator-rya -name *IntegrationTest.java incubator-rya/extras/indexing/src/test/java/org/apache/rya/indexing/external/AccumuloConstantPcjIntegrationTest.java incubator-rya/extras/indexing/src/test/java/org/apache/rya/indexing/external/AccumuloPcjIntegrationTest.java incubator-rya/extras/indexing/src/test/java/org/apache/rya/indexing/external/PrecompJoinOptimizerIntegrationTest.java incubator-rya/extras/rya.indexing.pcj/src/test/java/org/apache/rya/indexing/pcj/storage/accumulo/PcjTablesIntegrationTest.java incubator-rya/osgi/camel.rya/src/test/java/org/apache/rya/camel/cbsail/CbSailIntegrationTest.java
Attachments
Issue Links
- links to