Skip to content

runtests: remove server verification after start #17005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Apr 9, 2025

Since we start on our own port we know the server running is us. By removing unnecessary verification we speed up tests a little.

Since we start on our own port we know the server running is us. By
removing unnecessary verification we speed up tests a little.
@bagder bagder added the tests label Apr 9, 2025
@testclutch
Copy link

Analysis of PR #17005 at 75603ebc:

Test 1265 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Test 1324 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Test 2086 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Test 1117 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Generated by Testclutch

@bagder bagder closed this in a09e491 Apr 10, 2025
vszakats added a commit that referenced this pull request Apr 10, 2025
And also require HTTP. Also add `IPv6` to the keywords.

Fixing:

Linux AM openssl !ipv6 !--libcurl:
```
FAIL 1265: 'NO_PROXY with IPv6 numerical address' HTTP, HTTP proxy, http_proxy, NO_PROXY, noproxy
FAIL 1324: 'HTTP with --resolve and [ipv6address]' HTTP, HTTP GET, --resolve
FAIL 2086: 'Pre-request callback for HTTP IPv6' HTTP, IPv6
```
Ref: https://github.com/curl/curl/actions/runs/14378524385/job/40318328714?pr=17012#step:41:3789

Follow-up to a09e491 #17005

Closes #17014
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
Since we start the server on our own port we know the server running is
us. By removing unnecessary verification we speed up tests a little.

Closes curl#17005
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
And also require HTTP. Also add `IPv6` to the keywords.

Fixing:

Linux AM openssl !ipv6 !--libcurl:
```
FAIL 1265: 'NO_PROXY with IPv6 numerical address' HTTP, HTTP proxy, http_proxy, NO_PROXY, noproxy
FAIL 1324: 'HTTP with --resolve and [ipv6address]' HTTP, HTTP GET, --resolve
FAIL 2086: 'Pre-request callback for HTTP IPv6' HTTP, IPv6
```
Ref: https://github.com/curl/curl/actions/runs/14378524385/job/40318328714?pr=17012#step:41:3789

Follow-up to a09e491 curl#17005

Closes curl#17014
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
Since we start the server on our own port we know the server running is
us. By removing unnecessary verification we speed up tests a little.

Closes curl#17005
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
And also require HTTP. Also add `IPv6` to the keywords.

Fixing:

Linux AM openssl !ipv6 !--libcurl:
```
FAIL 1265: 'NO_PROXY with IPv6 numerical address' HTTP, HTTP proxy, http_proxy, NO_PROXY, noproxy
FAIL 1324: 'HTTP with --resolve and [ipv6address]' HTTP, HTTP GET, --resolve
FAIL 2086: 'Pre-request callback for HTTP IPv6' HTTP, IPv6
```
Ref: https://github.com/curl/curl/actions/runs/14378524385/job/40318328714?pr=17012#step:41:3789

Follow-up to a09e491 curl#17005

Closes curl#17014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants