bneradt opened a new issue #8474:
URL: https://github.com/apache/trafficserver/issues/8474


   The branch builds for CI are failing the `tls_0rtt_server` CI tests for 
9.0.x and 9.1.x, but not 9.2.x nor master. 8.1.x does not have this test. Here 
is the console output for the failed test:
   
   https://jenkins.trafficserver.org/view/9.1.x/job/9.1.x/job/autest/21/console
   
   ```
        Process: Default: Failed
          Test : Checking that ReturnCode == 0 - Passed
             Reason: Returned Value: 0 == 0
          Time-Out : Process finishes within expected time - Passed
             Reason: Returned value: 2.0085766315460205 < 600.0
          file /tmp/sandbox/tls_0rtt_server/_output/3-tr-Default/stream.all.txt 
:  - Failed
             Reason: Contents of 
/tmp/sandbox/tls_0rtt_server/_output/3-tr-Default/stream.all.txt did not 
contains expression: "early data accepted"
   
   ```
   
   The output is here:
   
https://jenkins.trafficserver.org/view/9.1.x/job/9.1.x/job/autest/21/artifact/output/9.1.x/sandbox/tls_0rtt_server/_output/3-tr-Default/stream.all.txt
   
   ```
   Length: 12
   Type: SETTINGS
   Flags: 0
   Stream ID: 0
   Payload: 
   MAX_CONCURRENT_STREAMS = 100
   MAX_HEADER_LIST_SIZE = 131072
   
   Length: 59
   Type: HEADERS
   Flags: 4
   Stream ID: 1
   Payload: 
   :status 400 
   date Thu, 28 Oct 2021 17:40:13 GMT 
   server ATS/9.1.1 
   cache-control no-store 
   content-type text/html 
   content-language en 
   content-length 219 
   
   Length: 219
   Type: DATA
   Flags: 0
   Stream ID: 1
   Payload: 
   <HTML>
   <HEAD>
   <TITLE>Bad Request</TITLE>
   </HEAD>
   
   <BODY BGCOLOR="white" FGCOLOR="black">
   <H1>Bad Request</H1>
   <HR>
   
   <FONT FACE="Helvetica,Arial"><B>
   Description: Could not process this request.
   </B></FONT>
   <HR>
   </BODY>
   
   
   Length: 0
   Type: DATA
   Flags: 1
   Stream ID: 1
   Payload: 
   
   
   Length: 8
   Type: GOAWAY
   Flags: 0
   Stream ID: 0
   Payload: 
   Last Stream ID = 0x7fffffff
   Error Code = 0x00000000
   Debug Data = 
   ```
   
   If anyone recognizes a commit that's in master that we're missing to fix 
these, please chime in. Otherwise I'll try to run a git bisect to find what 
commit introduced this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to