I am going to be merging GEODE-5363 tomorrow (Tuesday). This change touches nearly every test file. If you have any work in progress that has tests you will need to do a bit of work to rebase after this change.
First thing you will notice it that the primary category annotations are gone, so your test will not compile. If your test is not a unit test you will need to move it to the correct primary category directory now. Unit tests will stay in src/test/java, the others go in src/distributedTest/java, src/integrationTest/java, src/acceptanceTest/java, or src/uiTest/java. https://issues.apache.org/jira/browse/GEODE-5363 https://github.com/apache/geode/pull/2126 -Jake