Don't forget to set all statics to null (including locator) in tearDown:
```
locatorVM.invoke(() -> {
locator.stop();
locator = null;
});[ Full content available at: https://github.com/apache/geode/pull/3039 ] This message was relayed via gitbox.apache.org for [email protected]
