Skip to content

Commit

Permalink
GEODE-2542: Extend timeouts from 10s to 30; cleanup (apache#1897)
Browse files Browse the repository at this point in the history
GEODE-2542: Extend timeouts from 10s to 30; cleanup

* Remove usage of Assert.fail()
* Don't use invoke try-catch-throw paradigm.
* Remove dead code
* Un-ignore tests, use implicit default constructors.
  • Loading branch information
galen-pivotal authored May 3, 2018
1 parent 8f0b97a commit 91ed05a
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 209 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ private static void throwError(Object message) {
} else {
ex = new InternalGemFireError();
}
// org.apache.geode.internal.cache.GemFireCache gfc
// = org.apache.geode.internal.cache.GemFireCache.getInstance();
// if (gfc != null) {
// gfc.getLogger().info("DEBUG", ex);
// }
throw ex;
}
}
Expand Down
Loading

0 comments on commit 91ed05a

Please sign in to comment.