Scott Mitchell

Results 135 comments of Scott Mitchell
trafficstars

https://github.com/apple/servicetalk/pull/2595/checks?check_run_id=13422139764 ``` DnsServiceDiscovererObserverTest.aQueryResolutionResultAllNewIPs() java.lang.AssertionError: Unexpected TTL value Expected: is but: was java.lang.AssertionError: Unexpected TTL value Expected: is but: was at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at io.servicetalk.dns.discovery.netty.DnsServiceDiscovererObserverTest.assertResolutionResult(DnsServiceDiscovererObserverTest.java:365) at io.servicetalk.dns.discovery.netty.DnsServiceDiscovererObserverTest.assertResolutionResult(DnsServiceDiscovererObserverTest.java:358) at io.servicetalk.dns.discovery.netty.DnsServiceDiscovererObserverTest.lambda$aQueryResolutionResultAllNewIPs$13(DnsServiceDiscovererObserverTest.java:322) at io.servicetalk.dns.discovery.netty.DnsServiceDiscovererObserverTest.aQueryResolutionResult(DnsServiceDiscovererObserverTest.java:350) at...

https://github.com/apple/servicetalk/actions/runs/4768582573/jobs/8478257970 ``` GracefulConnectionClosureHandlingTest.5: protocol=HTTP_1 initiateClosureFromClient=false useUds=false viaProxy=true java.util.concurrent.ExecutionException: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer at io.servicetalk.concurrent.api.SourceToFuture.reportGet(SourceToFuture.java:121) at io.servicetalk.concurrent.api.SourceToFuture.get(SourceToFuture.java:92) at io.servicetalk.http.netty.GracefulConnectionClosureHandlingTest.closePipelinedAfterTwoRequestsSentBeforeAnyResponseReceived(GracefulConnectionClosureHandlingTest.java:471) Caused by: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer...

https://github.com/apple/servicetalk/pull/2621/checks?check_run_id=14422322949 ``` GracefulConnectionClosureHandlingTest.5: protocol=HTTP_1 secure=true initiateClosureFromClient=false useUds=false viaProxy=true java.util.concurrent.ExecutionException: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer at io.servicetalk.concurrent.api.SourceToFuture.reportGet(SourceToFuture.java:121) at io.servicetalk.concurrent.api.SourceToFuture.get(SourceToFuture.java:92) at io.servicetalk.http.netty.GracefulConnectionClosureHandlingTest.closePipelinedAfterTwoRequestsSentBeforeAnyResponseReceived(GracefulConnectionClosureHandlingTest.java:544) ... Caused by: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset...

https://github.com/apple/servicetalk/pull/2640/checks?check_run_id=14801441626 ``` GracefulConnectionClosureHandlingTest.5: protocol=HTTP_1 secure=true initiateClosureFromClient=false useUds=false viaProxy=true java.util.concurrent.ExecutionException: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer at io.servicetalk.concurrent.api.SourceToFuture.reportGet(SourceToFuture.java:126) at io.servicetalk.concurrent.api.SourceToFuture.get(SourceToFuture.java:95) at io.servicetalk.http.netty.GracefulConnectionClosureHandlingTest.closePipelinedAfterTwoRequestsSentBeforeAnyResponseReceived(GracefulConnectionClosureHandlingTest.java:544) Caused by: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by...

https://github.com/apple/servicetalk/pull/2799/checks?check_run_id=20544782936 ``` GracefulConnectionClosureHandlingTest.14: protocol=HTTP_2 secure=true initiateClosureFromClient=false useUds=true viaProxy=false java.util.concurrent.ExecutionException: io.netty.channel.StacklessClosedChannelException java.util.concurrent.ExecutionException: io.netty.channel.StacklessClosedChannelException at io.servicetalk.concurrent.api.SourceToFuture.reportGet(SourceToFuture.java:126) at io.servicetalk.concurrent.api.SourceToFuture.get(SourceToFuture.java:95) at io.servicetalk.http.netty.GracefulConnectionClosureHandlingTest.assertResponsePayloadBody(GracefulConnectionClosureHandlingTest.java:700) at io.servicetalk.http.netty.GracefulConnectionClosureHandlingTest.closePipelinedAfterTwoRequestsSentBeforeAnyResponseReceived(GracefulConnectionClosureHandlingTest.java:569) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... Caused by: io.netty.channel.StacklessClosedChannelException at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source)...

https://github.com/apple/servicetalk/pull/2655/checks?check_run_id=15187965913 ``` LingeringRoundRobinLoadBalancerTest.expiringAHostDoesntRaceWithConnectionAdding() java.lang.AssertionError: Expected: (an instance of io.servicetalk.client.api.NoAvailableHostException or an instance of io.servicetalk.client.api.ConnectionRejectedException) but: was at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at io.servicetalk.loadbalancer.LingeringRoundRobinLoadBalancerTest.expiringAHostDoesntRaceWithConnectionAdding(LingeringRoundRobinLoadBalancerTest.java:146) ```

https://github.com/apple/servicetalk/pull/2555/checks?check_run_id=12913256561 ``` ClientEffectiveStrategyTest.Type=MULTI_DEFAULT_STRATEGY_SINGLE_BUILDER builder=OFFLOAD_ALL_STRATEGY filter=OFFLOAD_NEVER_STRATEGY LB=DEFAULT_HTTP_EXECUTION_STRATEGY CF=DEFAULT_HTTP_EXECUTION_STRATEGY java.lang.AssertionError: API=BLOCKING_AGGREGATED, apiStrategy=OFFLOAD_EVENT_STRATEGY, clientStrategy=DEFAULT_HTTP_EXECUTION_STRATEGY, expectedStrategy=OFFLOAD_ALL_STRATEGY. Async Errors! See suppressed at io.servicetalk.test.resources.TestUtils.assertNoAsyncErrors(TestUtils.java:58) at io.servicetalk.http.netty.ClientEffectiveStrategyTest$ClientInvokingThreadRecorder.verifyOffloads(ClientEffectiveStrategyTest.java:562) at io.servicetalk.http.netty.ClientEffectiveStrategyTest.clientStrategy(ClientEffectiveStrategyTest.java:328) at jdk.internal.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) Suppressed: java.lang.AssertionError: Expected IoThread or...

https://github.com/apple/servicetalk/pull/2640/checks?check_run_id=14783343570 ``` ClientEffectiveStrategyTest.Type=MULTI_BUILDER builder=null filter=null LB=null CF=OFFLOAD_NEVER_STRATEGY java.lang.AssertionError: API=BLOCKING_AGGREGATED, apiStrategy=OFFLOAD_EVENT_STRATEGY, clientStrategy=DEFAULT_HTTP_EXECUTION_STRATEGY, expectedStrategy=OFFLOAD_NONE_STRATEGY. Async Errors! See suppressed at io.servicetalk.test.resources.TestUtils.assertNoAsyncErrors(TestUtils.java:58) at io.servicetalk.http.netty.ClientEffectiveStrategyTest$ClientInvokingThreadRecorder.verifyOffloads(ClientEffectiveStrategyTest.java:562) at io.servicetalk.http.netty.ClientEffectiveStrategyTest.clientStrategy(ClientEffectiveStrategyTest.java:337) Suppressed: java.lang.AssertionError: Expected IoThread or ForkJoinPool-1-worker-1 at Send,...

https://github.com/apple/servicetalk/runs/16047242078 ``` ClientEffectiveStrategyTest.Type=MULTI_DEFAULT_STRATEGY_SINGLE_BUILDER builder=DEFAULT_HTTP_EXECUTION_STRATEGY filter=OFFLOAD_NONE_STRATEGY LB=OFFLOAD_NONE_STRATEGY CF=null java.lang.AssertionError: API=BLOCKING_AGGREGATED, apiStrategy=OFFLOAD_EVENT_STRATEGY, clientStrategy=DEFAULT_HTTP_EXECUTION_STRATEGY, expectedStrategy=OFFLOAD_NONE_STRATEGY. Async Errors! See suppressed at io.servicetalk.test.resources.TestUtils.assertNoAsyncErrors(TestUtils.java:58) at io.servicetalk.http.netty.ClientEffectiveStrategyTest$ClientInvokingThreadRecorder.verifyOffloads(ClientEffectiveStrategyTest.java:562) at io.servicetalk.http.netty.ClientEffectiveStrategyTest.clientStrategy(ClientEffectiveStrategyTest.java:328) Suppressed: java.lang.AssertionError: Expected IoThread or ForkJoinPool-1-worker-1 at Send,...

https://github.com/apple/servicetalk/pull/2678/checks?check_run_id=16074782218 ``` ClientEffectiveStrategyTest.Type=SINGLE_BUILDER builder=null filter=null LB=OFFLOAD_NEVER_STRATEGY CF=null java.lang.AssertionError: API=BLOCKING_AGGREGATED, apiStrategy=OFFLOAD_EVENT_STRATEGY, clientStrategy=DEFAULT_HTTP_EXECUTION_STRATEGY, expectedStrategy=OFFLOAD_NONE_STRATEGY. Async Errors! See suppressed at io.servicetalk.test.resources.TestUtils.assertNoAsyncErrors(TestUtils.java:58) at io.servicetalk.http.netty.ClientEffectiveStrategyTest$ClientInvokingThreadRecorder.verifyOffloads(ClientEffectiveStrategyTest.java:562) at io.servicetalk.http.netty.ClientEffectiveStrategyTest.clientStrategy(ClientEffectiveStrategyTest.java:328) Suppressed: java.lang.AssertionError: Expected IoThread or ForkJoinPool-1-worker-1 at Send,...