jboss / jboss-nosql

3 stars 0 forks source link

ts.nosql should run NoSQL tests and allTests should not run NoSQL tests #21

Open scottmarlow opened 7 years ago

scottmarlow commented 7 years ago

Instead of running the NoSQL tests via "./integration-tests.sh -Dnosql-tests", switch to using "./integration-tests.sh -Dts.nosql"

Also make sure that -DallTests does not include the NoSQL tests, since most developers will not have a local NoSQL database to test against.

scottmarlow commented 7 years ago

Some notes about not running the NoSQL tests in allTests, is at http://lists.jboss.org/pipermail/wildfly-dev/2016-September/005445.html

scottmarlow commented 7 years ago

Also read http://lists.jboss.org/pipermail/wildfly-dev/2016-September/005450.html