Github user dschneider-pivotal commented on a diff in the pull request:
https://github.com/apache/incubator-geode/pull/145#discussion_r63931246
--- Diff:
geode-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapStoredObjectJUnitTest.java
---
@@ -816,6 +820,7 @@ public void
getRawBytesShouldThrowExceptionIfValueIsCompressed() {
chunk.getRawBytes();
chunk.release();
+ fail("Expected getRawBytes() for a compressed value to throw
java.lang.AssertionError");
--- End diff --
Why is this "fail" call added. Doesn't the "expected" on the Test
annotation take care of this?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---