Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Feb 7, 2023

The h2disable and h2disable_no_accept_threads autests both had curl output expectations that have changed in the recent release of curl. Here is the old output:

Using HTTP2, server supports multiplexing

Here is the new output

using HTTP/2

This updates the ContainsExpression and ExcludesExpression strings to be able to work with both versions of curl.

The h2disable and h2disable_no_accept_threads autests both had curl output
expectations that have changed in the recent release of curl. Here is
the old output:

```
Using HTTP2, server supports multiplexing
```

Here is the new output

```
using HTTP/2
```

This updates the ContainsExpression and ExcludesExpression strings to be
able to work with both versions of curl.
@bneradt bneradt added the AuTest label Feb 7, 2023
@bneradt bneradt added this to the 10.0.0 milestone Feb 7, 2023
@bneradt bneradt self-assigned this Feb 7, 2023
@bneradt
Copy link
Contributor Author

bneradt commented Feb 7, 2023

I'm suggesting we port this back to 9.2.x because it is a test only change that will be annoying if anyone updates their curl and runs autest for the older branch.

@bneradt bneradt merged commit aa33256 into apache:master Feb 7, 2023
@bneradt bneradt deleted the update_h2disable_for_newer_curl branch February 7, 2023 17:21
moleksy pushed a commit to moleksy/trafficserver that referenced this pull request Feb 8, 2023
The h2disable and h2disable_no_accept_threads autests both had curl output
expectations that have changed in the recent release of curl. Here is
the old output:

```
Using HTTP2, server supports multiplexing
```

Here is the new output

```
using HTTP/2
```

This updates the ContainsExpression and ExcludesExpression strings to be
able to work with both versions of curl.
zwoop pushed a commit that referenced this pull request Feb 22, 2023
The h2disable and h2disable_no_accept_threads autests both had curl output
expectations that have changed in the recent release of curl. Here is
the old output:

```
Using HTTP2, server supports multiplexing
```

Here is the new output

```
using HTTP/2
```

This updates the ContainsExpression and ExcludesExpression strings to be
able to work with both versions of curl.

(cherry picked from commit aa33256)
@zwoop
Copy link
Contributor

zwoop commented Feb 22, 2023

Cherry-picked to v9.2.x

@zwoop zwoop modified the milestones: 10.0.0, 9.2.1 Feb 22, 2023
JosiahWI pushed a commit to JosiahWI/trafficserver that referenced this pull request Jul 19, 2023
The h2disable and h2disable_no_accept_threads autests both had curl output
expectations that have changed in the recent release of curl. Here is
the old output:

```
Using HTTP2, server supports multiplexing
```

Here is the new output

```
using HTTP/2
```

This updates the ContainsExpression and ExcludesExpression strings to be
able to work with both versions of curl.

(cherry picked from commit aa33256)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants