netty5/transport-blockhound-tests
Sergei Egorov 6591a6501c Test that `NettyBlockHoundIntegration` can be loaded with `ServiceLoader` (#9743)
Motivation:

If something is mis-configured, the "main" test will fail but it is unclear
whether it fails because the integration does not work or it wasn't applied
at all.
Also see:
https://github.com/netty/netty/issues/9738#issuecomment-548416693

Modifications:

This change adds a test that uses the same mechanism as BlockHound does
(`ServiceLoader`) and checks that `NettyBlockHoundIntegration` is present.

Result:

It is now clear whether the integration is not working or it wasn't loaded at all.
2019-11-01 07:07:59 +01:00
..
src/test/java/io/netty/util/internal Test that `NettyBlockHoundIntegration` can be loaded with `ServiceLoader` (#9743) 2019-11-01 07:07:59 +01:00
pom.xml Make BlockHound tests run on Java 13 (#9742) 2019-11-01 07:05:09 +01:00