prateekm commented on a change in pull request #1079: SAMZA-2250: Support large
job models in standalone.
URL: https://github.com/apache/samza/pull/1079#discussion_r296021271
##########
File path: samza-core/src/test/java/org/apache/samza/zk/TestZkUtils.java
##########
@@ -562,4 +569,33 @@ public void
testCloseShouldTearDownZkConnectionOnInterruptedException() throws E
Assert.assertTrue(field.getBoolean(zkClient));
}
+
+ @Test
+ public void testShouldSupportReadingAndWritingLargeJobModels() {
Review comment:
Why is this test in TestZkUtils? This should be for whichever class the job
model is being read/written from (e.g. ZkJC)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services