Rafał Sumisławski

Results 5 issues of Rafał Sumisławski

Both `BlazeClient` and `BlazeServer` offer an `idleTimeout` configuration option. The option has the same name in both, and shares implementation (`IdleTimeoutStage`) but from user's perspective it behaves differently. In `BlazeClient`...

enhancement
module:blaze-client
module:blaze-server

`Http1ClientStageSuite` and `ClientTimeoutSuite`.`"Idle timeout on slow POST body"` use a combo of `QueueTestHead` to mock the network side of the connection and `request.body.onFinalizeWeak` to trigger some action in `QueueTestHead`. In...

module:blaze-client
testing

I'll start explaining myself with an example. Let's say we deploy an http4s blaze server with `info` level logging. We then hit the server with a request for `http://127.0.0.1:8080/foo?bar={}` and...

enhancement
module:blaze-server

``` ==> X org.http4s.blaze.client.ClientTimeoutSuite.Eventually timeout on connect timeout 4.492s munit.FailException: intercept failed, exception 'java.util.concurrent.TimeoutException' is not a subtype of 'java.io.IOException at munit.CatsEffectAssertions.$anonfun$runInterceptF$1(CatsEffectAssertions.scala:266) at timeout @ org.http4s.blaze.client.BlazeClientConnectionReuseSuite.$anonfun$new$21(BlazeClientConnectionReuseSuite.scala:85) at map @ munit.ValueTransforms.flattenFuture$1(ValueTransforms.scala:34)...

module:blaze-client
testing

### What happened? Give a code that attempts to use the `assets` output of a `Command` resource: ``` import * as command from "@pulumi/command"; new command.local.Command(`test-file`, { create: "touch test.txt",...

kind/bug
awaiting-upstream
awaiting/core