Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/237#discussion_r58965377
--- Diff:
library/src/test/java/org/apache/apex/malhar/lib/state/managed/ManagedStateImplTest.java
---
@@ -163,6 +168,45 @@ public void testAsyncGetFromCommitted() throws
ExecutionException, InterruptedEx
Assert.assertEquals("value of one", one, valFuture.get());
}
+ /**
+ * Reproducing APEXMALHAR-2042
--- End diff --
Fix for APEXMALHAR-2042?
---
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.
---