netty5/transport-native-epoll/src
Trustin Lee bd9ad4b532 Perform cross-tests between NIO and epoll transport
Motivation:

The epoll testsuite tests the epoll transport only against itself (i.e. epoll x epoll only).  We should test the epoll transport also against the well-tested NIO transport, too.

Modifications:

- Make SocketTestPermutation extensible and reusable so that the epoll testsuite can take advantage of it.
- Rename EpollTestUtils to EpollSocketTestPermutation and make it extend SocketTestPermutation.
- Overall clean-up of SocketTestPermutation
  - Use Arrays.asList() for simplicity
  - Add combo() method to remove code duplication

Result:

The epoll transport is now also tested against the NIO transport.  SocketTestPermutation got cleaner.
2014-03-17 10:35:48 +09:00
..
main Replace usage of UnknownHostException with UnresolveableAddressException. Part of [#2262] 2014-03-16 08:32:24 -07:00
test/java/io/netty/channel/epoll Perform cross-tests between NIO and epoll transport 2014-03-17 10:35:48 +09:00