This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.util.concurrent.CompletionException: java.net.ConnectException: https://redacted.com:443 | |
| at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) | |
| at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) | |
| at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:870) | |
| at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) | |
| at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) | |
| at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) | |
| at org.asynchttpclient.netty.NettyResponseFuture.abort(NettyResponseFuture.java:274) | |
| at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:181) | |
| at org.asynchttpclient.netty.channel.NettyConnectListener$1.onFailure(NettyConnectListener.java:151) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| running 368 tests | |
| test channels::local_channel::test::producer_bounded_has_capacity ... FAILED | |
| test channels::local_channel::test::producer_consumer ... FAILED | |
| test channels::channel_mesh::tests::test_join_more_than_once - should panic ... ok | |
| test channels::channel_mesh::tests::test_join_more_than_capacity - should panic ... ok | |
| test channels::local_channel::test::multiple_task_receivers ... FAILED | |
| test channels::local_channel::test::non_stream_receiver ... FAILED | |
| test channels::local_channel::test::producer_bounded_previously_blocked_still_errors_out ... FAILED | |
| test channels::local_channel::test::producer_bounded_ping_pong ... FAILED |
OlderNewer