netty5/transport-native-epoll
Chris Vest 699549dcbc
Improve test failure reporting of EpollSocketChannelConfigTest (#11570)
Motivation:
This test is inherently flaky due to file descriptor reuse.
Even though we have taken steps to make it less flaky, it still fails sometimes.
When it does, the error message is not very helpful.

Modification:
Make use of assertThrows and assertThat to get more descriptive error messages when the tests fail.

Result:
More meaningful messages on test failures, which may help us make the tests more resilient in the future
2021-08-12 11:37:56 +02:00
..
src Improve test failure reporting of EpollSocketChannelConfigTest (#11570) 2021-08-12 11:37:56 +02:00
pom.xml Make EpollSocketChannelConfigTest tollerant of fd reuse race (#11552) 2021-08-06 08:45:24 +02:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:09:42 +02:00

Native transport for Linux

See our wiki page.