GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/68
GEODE-712: Move junit asserts out of finally block This change prevents the assert in the finally block from "swallowing" the thrown exception. The next time this test fails, we can reopen GEODE-712. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemzdude/incubator-geode feature/GEODE-712 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/68.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #68 ---- commit a087e1661ae668ad703f6ab79fb4e9527700869b Author: Scott Jewell <sjew...@pivotal.io> Date: 2016-01-06T21:52:34Z GEODE-712: Move junit asserts out of finally block ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---