pkuwm commented on a change in pull request #845: Async write operation should 
not throw Exception for serializing error
URL: https://github.com/apache/helix/pull/845#discussion_r386737281
 
 

 ##########
 File path: 
helix-core/src/test/java/org/apache/helix/manager/zk/TestZNRecordSizeLimit.java
 ##########
 @@ -516,7 +514,7 @@ public void 
testZNRecordStreamingSerializerWriteSizeLimit() throws Exception {
       try {
         zkClient.writeData(path, largeRecord);
         Assert.fail("Data should not written to ZK because data size exceeds 
writeSizeLimit!");
-      } catch (ZkClientException expected) {
 
 Review comment:
   Don't forget to remove unused import for `ZkClientException`

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to