jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Flaky H2 tests

Open gregw opened this issue 1 year ago • 0 comments

Jetty version(s) 12

Description two unrelated PR builds failed with similar H2 issues:

  • https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/PR-11598/49/pipeline/
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[2024-05-01T05:31:58.047+0000][info][gc] Using G1
WARNING: Unknown module: org.eclipse.jetty.http2.server specified to --add-reads
openjdk version "22" 2024-03-19
OpenJDK Runtime Environment Temurin-22+36 (build 22+36)
OpenJDK 64-Bit Server VM Temurin-22+36 (build 22+36, mixed mode, sharing)
[INFO] Running org.eclipse.jetty.http2.tests.TrailersTest
[INFO] Running org.eclipse.jetty.http2.tests.AsyncIOTest
Running org.eclipse.jetty.http2.tests.TrailersTest.testRequestTrailerInvalidHpackReceived()
Running org.eclipse.jetty.http2.tests.AsyncIOTest.testLastContentAvailableBeforeService()
2024-05-01 05:31:59.168:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.9-SNAPSHOT; built: 2024-04-30T06:22:08.522Z; git: 52346e1574adb25994c66e320c9699c402e2ce18; jvm 22+36
2024-05-01 05:31:59.168:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.9-SNAPSHOT; built: 2024-04-30T06:22:08.522Z; git: 52346e1574adb25994c66e320c9699c402e2ce18; jvm 22+36
2024-05-01 05:31:59.208:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@3ca2ab87{h2c, (h2c)}{0.0.0.0:35859}
2024-05-01 05:31:59.208:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started ServerConnector@1157a1e9{h2c, (h2c)}{0.0.0.0:34631}
2024-05-01 05:31:59.216:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@ed77b26{STARTING}[12.0.9-SNAPSHOT,sto=0] @1171ms
2024-05-01 05:31:59.216:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@740d7a59{STARTING}[12.0.9-SNAPSHOT,sto=0] @1171ms
2024-05-01 05:32:09.653:WARN :oejut.QueuedThreadPool:ForkJoinPool-1-worker-1: Couldn't stop Thread[#44,client-44,5,main]
2024-05-01 05:32:09.653:WARN :oejut.QueuedThreadPool:ForkJoinPool-1-worker-2: Couldn't stop Thread[#43,client-43,5,main]
2024-05-01 05:32:09.654:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@ed77b26{STOPPING}[12.0.9-SNAPSHOT,sto=0]
2024-05-01 05:32:09.654:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@740d7a59{STOPPING}[12.0.9-SNAPSHOT,sto=0]
Sending interrupt signal to process
  • https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/PR-11501/17/pipeline
Hypertext Transfer Protocol Version 2 (HTTP/2)
  3. Starting HTTP/2
    3.5. HTTP/2 Connection Preface
      using source address 172.17.0.8:43102
      × 2: Sends invalid connection preface
        -> The endpoint MUST terminate the TCP connection.
           Expected: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
                     Connection closed
             Actual: Error: unexpected EOF

gregw avatar May 02 '24 02:05 gregw