Skip to content

Conversation

@jasontedor
Copy link
Member

This commit adds an assumption to
PreBuiltTransportClientTests#testPluginInstalled on JDK 9. The
underlying issue is that Netty attempts to access sun.nio.ch but this
package is not exported from java.base on JDK 9. This throws an uncaught
InaccessibleObjectException causing the test to fail. This assumption
can be removed when Netty 4.1.6 is released as it will include a fix for
this scenario.

Relates netty/netty#5778

This commit adds an assumption to
PreBuiltTransportClientTests#testPluginInstalled on JDK 9. The
underlying issue is that Netty attempts to access sun.nio.ch but this
package is not exported from java.base on JDK 9. This throws an uncaught
InaccessibleObjectException causing the test to fail. This assumption
can be removed when Netty 4.1.6 is released as it will include a fix for
this scenario.
@jasontedor jasontedor added >test Issues or PRs that are addressing/adding tests review :Distributed Coordination/Network Http and internode communication implementations v5.0.0-beta1 labels Aug 31, 2016
@tlrx
Copy link
Member

tlrx commented Aug 31, 2016

LGTM, thanks

@jasontedor jasontedor merged commit 6f8a047 into elastic:master Aug 31, 2016
@jasontedor jasontedor deleted the pre-built-transport-client-tests-jdk-9 branch August 31, 2016 13:46
@jasontedor
Copy link
Member Author

Thanks @tlrx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed Coordination/Network Http and internode communication implementations >test Issues or PRs that are addressing/adding tests v5.0.0-beta1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants