Just a quick reminder that all distributedTests should go in
src/distributedTest.

A test should only be considered an acceptanceTest if it uses GfshRule to
launch the locator and server processes, and it should only use User APIs
for everything (configuration, initiating operations and validating
results). If the test cannot be performed without resorting to using
VM.invoke or something like that to poke at the process, then please just
make it a distributedTest rather than adding it to src/acceptanceTest.

Thanks,
Kirk

Reply via email to