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


   Starting a couple days ago (June 29), the tls_bad_alpn test has started 
failing on master. Here's a link to one of the failed jobs:
   https://ci.trafficserver.apache.org/job/autest-master/793/console
   
   The test is failing because a process, running the openssl command, doesn't 
have the expected output saying ALPN wasn't negotiated:
   
   ```
      Run: alpn banana: Failed
        Test : Checking that True == _isRunningAfter - Passed
           Reason: Returned Value: True == _isRunningAfter
        Starting TestRun 0-tr : No Issues found - Passed
           Reason: Started!
        Process: Default: Failed
          Test : Checking that ReturnCode == 1 - Passed
             Reason: Returned Value: 1 == 1
          file 
/var/tmp/ausb-master.793/tls_bad_alpn/_output/0-tr-Default/stream.all.txt : 
Banana should not match a negotiation - Failed
             Reason: Contents of 
/var/tmp/ausb-master.793/tls_bad_alpn/_output/0-tr-Default/stream.all.txt did 
not contains expression: "No ALPN negotiated"
   ```
   
   Looking at the sandbox for that AuTest process, here is the command that 
process is trying to run:
   
   
https://ci.trafficserver.apache.org/autest/ausb-master.793/tls_bad_alpn/_output/0-tr-Default/
   
   ```
   Command= openssl s_client -ign_eof -alpn=banana -connect 127.0.0.1:61103
   ```
   
   That fails with:
   
https://ci.trafficserver.apache.org/autest/ausb-master.793/tls_bad_alpn/_output/0-tr-Default/stream.all.txt
   
   ```
   unknown option -alpn=banana
   usage: s_client args
   ...
   ```
   
   


-- 
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