netty5/codec-http2/src/test
Scott Mitchell 614b9e0f25 Add tests for Http2MultiplexChannel close promise completion consistency with AbstractChannel
Motivation:
The completion order of promises in Http2MultiplexChannel#close should be consistent with that of AbstractChannel. Otherwise this may result in Future listeners seeing incorrect channel state.

Modifications:
Add tests cases.

Result:
Ensure consistent behavior between Http2MultiplexChannel and AbstractChannel.
2018-01-27 08:57:17 +01:00
..
java/io/netty/handler/codec/http2 Add tests for Http2MultiplexChannel close promise completion consistency with AbstractChannel 2018-01-27 08:57:17 +01:00
resources/io/netty/handler/codec/http2/testdata Ensure the tests complete on java7 and java9 as well. 2017-09-04 20:20:04 +02:00