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

Investigate flaky test-http-server-close-idle #43466

Closed
F3n67u opened this issue Jun 18, 2022 · 2 comments
Closed

Investigate flaky test-http-server-close-idle #43466

F3n67u opened this issue Jun 18, 2022 · 2 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@F3n67u
Copy link
Member

F3n67u commented Jun 18, 2022

Test

test-http-server-close-idle

Platform

Randomly, is not consistent failed at some specific platforms

Console output

not ok 1208 parallel/test-http-server-close-idle
  ---
  duration_ms: 0.60
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 2
    
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-http-server-close-idle.js:48:14)
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:438:15)
        at Socket.emit (node:events:537:28)
        at addChunk (node:internal/streams/readable:324:12)
        at readableAddChunk (node:internal/streams/readable:297:9)
        at Readable.push (node:internal/streams/readable:234:10)
        at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 2,
      operator: 'strictEqual'
    }
    
    Node.js v19.0.0-pre
  ...

Build links

nodejs/reliability#303

Failed PR

2 (nodejs/node#43431, nodejs/node#43391)

Appeared

test-ibm-rhel8-s390x-4, test-rackspace-debian10-x64-1

First CI

https://ci.nodejs.org/job/node-test-pull-request/44560/

Last CI

https://ci.nodejs.org/job/node-test-pull-request/44575/

Example

https://ci.nodejs.org/job/node-test-commit-linuxone/nodes=rhel8-s390x/32480/console

Additional information

Introduced by #42812 on 2022-05-03

The first flaky date is 2022-05-12 nodejs/reliability#273

Query all flaky dates: https://github.com/nodejs/reliability/issues?q=is%3Aissue+is%3Aopen+test-http-server-close-idle

cc @ShogunPanda(Test author)

@F3n67u F3n67u added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Jun 18, 2022
@F3n67u
Copy link
Member Author

F3n67u commented Jun 18, 2022

Would fixed by #43216.

@bnoordhuis
Copy link
Member

Should be fixed by f8f2772 then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

No branches or pull requests

2 participants