- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9.1k
HADOOP-18046. TestIPC#testIOEOnListenerAccept fails #3872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @virajjasani @ayushtkn @iwasakims @aajisaka | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| @functioner I needed to activate parallel-tests profile like  If the cause is race between tests, "java.io.IOException: Connection reset by peer" should not be considered as expected? | 
| @functioner this test doesn't fail when run independently, when I run the entire class, then only the test fails. so, that isn't the default behaviour. This is due to conflicting tests. We need to figure out that and then fix that. | 
| some socket conflict across different threads? | 
| @iwasakims @ayushtkn @steveloughran Thank you for your suggestions. I inspected this test more carefully and I found that previous I wrote the  However, the scenario here is more similar to  I try to enforce this style and it works on my local machine when I run  I push this new commit and would like to see whether it works on our CI servers and see potential new comments. | 
| Thanks for digging this, @functioner. While I can still reproduce the issue even with the latest patch..,  Let me run the test for more iteration.  | 
| I just tried once and the test failed for me locally.  | 
| 🎊 +1 overall 
 
 This message was automatically generated. | 
| HADOOP-18024 has been reverted. Closing this PR. | 
Description of PR
HADOOP-18046
How was this patch tested?
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?