vnhive commented on pull request #3966:
URL: https://github.com/apache/hadoop/pull/3966#issuecomment-1059053952
- @aajisaka @jojochuang
- I have seen the following Unit Test Failure. I am presenting a quick
analysis. There will be some delay in addressing them, since I have switched to
working on another pressing issue in the workplace. In the mean time if you
have any more comments on the dev code, please do pass them on and I shall
address all of them.
- Please find some quick analysis below,
- TestSSLHandlerProvider
- Passes when run in the local system
- Fails in open source
- Not able to find ssl-server.xml and ssl-client.xml files
- This is strange since TestRPC is able to find these files.
- Need to investigate more.
- TestNettyIPC.testSocketLeak
- Timeout issue.
- Need to investigate
- TestNettyIPC.testConnectionIdleTimeouts
- Timeout Issue
- Need to Investigate
- TestNettyRPC.testServerNameFromClass
- expected:<Test[NettyRPC]> but was:<Test[Class]>.
- Seems to be related to refactoring the tests into TestNettyRPC.
- TestNettyRPC.testServerAddress
- expected:<c58b9f4d593d/172.17.0.2> but was:</127.0.0.1>
- Fails in non Netty also.
- Does not seem like a netty specific failure.
- TestRPCServerShutdown
- Timeout Issue
- Need to investigate.
- 2 non-netty failures in TestRPC. Not looking at this now, since they
seem unrelated to the netty changes.
--
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]