vnhive commented on a change in pull request #3966:
URL: https://github.com/apache/hadoop/pull/3966#discussion_r813516992



##########
File path: 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestNettyIPC.java
##########
@@ -0,0 +1,1921 @@
+/**

Review comment:
       This is TestIPC with netty turned on. I noticed that parameterizing the 
unit tests and running both netty and non-netty was causing a lot of test 
failures. These failures just went away when we separated the netty and 
non-netty tests.
   
   I thought as a first step I will just duplicate the test in a separate file 
and check whether things pass. This seems to work. A lot of the failures have 
gone away.
   
   In my next PR, I will eliminate the redundancy.
   
   Sorry for the inconvenience. But please rest assure that the test code will 
pretty much remain the same.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to