You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2018/11/14 17:08:08 UTC

[GitHub] [geode] kirklund commented on pull request #2835: GEODE-5072 Java clients should not access or modify internal regions

If you're not using DistributedRule, then you should also add this to the end of your tearDown method or this dunit won't do any grepping for suspect strings:
```
DUnitLauncher.closeAndCheckForSuspects();
```

[ Full content available at: https://github.com/apache/geode/pull/2835 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org