Skip to content

CI: tls_bad_alpn AuTest is failing on master builds #8023

@bneradt

Description

@bneradt

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions