akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 594 forks source link

FAILED: Http2ServerSpec #2434

Open patriknw opened 5 years ago

patriknw commented 5 years ago

https://jenkins.akka.io:8498/job/akka-http-nightly/399/

raboof commented 4 years ago

https://jenkins.akka.io:8498/job/akka-http-nightly/AKKA_VERSION=default,Node=akka-http-nightly-node,SCALA_VERSION=2.12.10,jdk=AdoptOpenJDK%2011/750/testReport/junit/akka.http.impl.engine.http2/Http2ServerSpec/The_Http_2_server_implementation_should_support_stream_support_for_sending_response_entity_data_should_encode_Content_Length_and_Content_Type_headers/

sbt.ForkMain$ForkError: java.lang.AssertionError: Expected OnNext(_), yet no element signaled during 3 seconds
    at akka.stream.testkit.TestSubscriber$ManualProbe.expectNext(StreamTestKit.scala:347)
    at akka.stream.testkit.TestSubscriber$ManualProbe.expectNext(StreamTestKit.scala:338)
    at akka.stream.testkit.TestSubscriber$Probe.requestNext(StreamTestKit.scala:794)
    at akka.http.impl.engine.ws.ByteStringSinkProbe$$anon$1.expectBytes(ByteStringSinkProbe.scala:70)
    at akka.http.impl.engine.http2.Http2FrameProbe$$anon$1.expectBytes(Http2FrameProbe.scala:101)
    at akka.http.impl.engine.http2.Http2FrameProbe$$anon$1.expectFrameHeader(Http2FrameProbe.scala:177)
    at akka.http.impl.engine.http2.Http2FrameProbe$$anon$1.expectFrameFlagsStreamIdAndPayload(Http2FrameProbe.scala:171)
    at akka.http.impl.engine.http2.Http2FrameProbe$$anon$1.expectFrameFlagsAndPayload(Http2FrameProbe.scala:166)
    at akka.http.impl.engine.http2.Http2FrameProbe$$anon$1.expectFramePayload(Http2FrameProbe.scala:161)
    at akka.http.impl.engine.http2.Http2FrameProbe$$anon$1.expectHeaderBlock(Http2FrameProbe.scala:191)
    at akka.http.impl.engine.http2.Http2FrameProbeDelegator.expectHeaderBlock(Http2FrameProbe.scala:82)
    at akka.http.impl.engine.http2.Http2FrameProbeDelegator.expectHeaderBlock$(Http2FrameProbe.scala:82)
    at akka.http.impl.engine.http2.Http2ServerSpec$TestSetupWithoutHandshake.expectHeaderBlock(Http2ServerSpec.scala:968)
    at akka.http.impl.engine.http2.Http2ServerSpec$AutomaticHpackWireSupport.expectDecodedResponseHEADERSPairs(Http2ServerSpec.scala:1107)
    at akka.http.impl.engine.http2.Http2ServerSpec$AutomaticHpackWireSupport.expectDecodedResponseHEADERSPairs$(Http2ServerSpec.scala:1106)
    at akka.http.impl.engine.http2.Http2ServerSpec$WaitingForResponseSetup$1.expectDecodedResponseHEADERSPairs(Http2ServerSpec.scala:331)
    at akka.http.impl.engine.http2.Http2ServerSpec$$anon$16.<init>(Http2ServerSpec.scala:348)
    at akka.http.impl.engine.http2.Http2ServerSpec.$anonfun$new$26(Http2ServerSpec.scala:345)