Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • 2025Q1
  • 2024Q4
  • 2024Q3
  • 2024Q2
  • 2024Q1
  • 2023Q4
  • 2023Q3
  • 2023Q2
  • 2023Q1
  • 2022Q4
  • 2022Q3
  • 2022Q2
  • 2022Q1
  • 2021Q4
  • 2021Q3
  • 2021Q2
  • 2021Q1
  • 2020Q4
  • 2020Q3
  • 13.3-eol
  • release/14.2.0
  • 14.0-eol
  • release/13.4.0
  • release/14.1.0
  • release/13.3.0
  • 12-eol
  • 12.4-eol
  • release/14.0.0
  • 13.1-eol-q
  • 13.1-eol
  • 12.3-last
  • 12.3-eol
  • release/13.2.0
  • release/12.4.0
  • release/13.1.0
  • release/12.3.0
  • 11-eol
  • release/13.0.0
  • release/12.2.0
40 results

hugin

  • Clone with SSH
  • Clone with HTTPS
  • Steve Azzopardi's avatar
    Steve Xuereb authored
    We are putting a timeout of 1 millisecond, and the timeout happens it
    can be on different part of the http stack, for example reading headers,
    reading body which can return two different kind of errors:
    
    `net/http: request canceled while waiting for connection (Client.Timeout
    exceeded while awaiting headers)` and `net/http: request canceled
    (Client.Timeout)`, we just want to make sure it timed out and not on
    what it timed out.
    
    This test causes some flakiness in CI:
    - https://gitlab.com/gitlab-org/gitlab-runner/pipelines/73498489
    - https://gitlab.com/gitlab-org/gitlab-runner/pipelines/73729522
    6e2a5414
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..