]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA/windows: skip flaky test 498
authorViktor Szakats <commit@vsz.me>
Mon, 17 Mar 2025 13:05:12 +0000 (14:05 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 17 Mar 2025 14:48:08 +0000 (15:48 +0100)
commit391543f8c68da7c4bb4fed27535aee6cf9d3fb10
treed715774ee5eb4c5dac9de971204f1a0beb184468
parent6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e
GHA/windows: skip flaky test 498

On suspect of strain on the runtime env/pipes, disable this test, which
is flaky due to `runtests` detecting a 2009 result code from curl, while
curl is returning the expected 56:

```
test 0498...[Reject too large HTTP response headers on endless redirects]

curl returned 2009, when expecting 56
 498: exit FAILED
== Contents of files in the log/5/ dir after test 498
[...]
   0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0
 curl: (56) Too large response headers: 6144086 > 6144000
```

In such cases the number of log lines for this single test is 4800. In
comparison the total number of log lines for a clear test run is 3800.

Seen with mingw, dl-mingw, msvc CI jobs.

Follow-up to 4911e7af119c1b7efd46a742d47bca44832c3041 #16735
Ref: https://github.com/curl/curl/discussions/14854#discussioncomment-12503065

Closes #16748
.github/workflows/windows.yml