Skip to content
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

test-http-server-request-timeouts-mixed is flaky #54817

Closed
anonrig opened this issue Sep 6, 2024 · 1 comment
Closed

test-http-server-request-timeouts-mixed is flaky #54817

anonrig opened this issue Sep 6, 2024 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. flaky-test Issues and PRs related to the tests with unstable failures on the CI. macos Issues and PRs related to the macOS platform / OSX.

Comments

@anonrig
Copy link
Member

anonrig commented Sep 6, 2024

Test

test-http-server-request-timeouts-mixed

Platform

macOS x64

Console output

---
duration_ms: 3148.61
exitcode: 1
severity: fail
stack: |-
  node:assert:408
      throw err;
      ^

  AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

    assert(request2.completed)

      at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-http-server-request-timeouts-mixed.js:108:5)
      at listOnTimeout (node:internal/timers:614:17)
      at process.processTimers (node:internal/timers:549:7) {
    generatedMessage: true,
    code: 'ERR_ASSERTION',
    actual: false,
    expected: true,
    operator: '=='
  }

  Node.js v23.0.0-pre
...

Build links

Additional information

No response

@anonrig anonrig added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Sep 6, 2024
@github-actions github-actions bot added the linux Issues and PRs related to the Linux platform. label Sep 6, 2024
@richardlau richardlau added macos Issues and PRs related to the macOS platform / OSX. and removed linux Issues and PRs related to the Linux platform. labels Sep 6, 2024
@lpinca
Copy link
Member

lpinca commented Sep 7, 2024

Duplicate of #43465.

@RedYetiDev RedYetiDev closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2024
@RedYetiDev RedYetiDev added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. flaky-test Issues and PRs related to the tests with unstable failures on the CI. macos Issues and PRs related to the macOS platform / OSX.
Projects
None yet
Development

No branches or pull requests

4 participants