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 why sequential/test-gc-http-client-onerror is flaky #43956

Closed
mcollina opened this issue Jul 23, 2022 · 5 comments
Closed

Investigate why sequential/test-gc-http-client-onerror is flaky #43956

mcollina opened this issue Jul 23, 2022 · 5 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. test Issues and PRs related to the tests.

Comments

@mcollina
Copy link
Member

13:14:19 not ok 3429 sequential/test-gc-http-client-onerror
13:14:21   ---
13:14:21   duration_ms: 1.623
13:14:21   severity: fail
13:14:21   exitcode: 1
13:14:21   stack: |-
13:14:21     done/collected/total: 160/0/640
13:14:21     done/collected/total: 314/160/640
13:14:21     done/collected/total: 480/256/640
13:14:21     done/collected/total: 630/314/640
13:14:21     done/collected/total: 640/480/640
13:14:21     done/collected/total: 640/630/640
13:14:21     done/collected/total: 640/640/640
13:14:21     node:_http_server:493
13:14:21         if (connections[i].socket._httpMessage && !connections[i].socket._httpMessage.finished) {
13:14:21                                   ^
13:14:21     
13:14:21     TypeError: Cannot read properties of null (reading '_httpMessage')
13:14:21         at Server.closeIdleConnections (node:_http_server:493:31)
13:14:21         at Server.close (node:_http_server:476:8)
13:14:21         at Immediate.status (/home/iojs/build/workspace/node-test-binary-armv7l/test/sequential/test-gc-http-client-onerror.js:65:14)
13:14:21         at process.processImmediate (node:internal/timers:471:21)
13:14:21     
13:14:21     Node.js v19.0.0-pre
@tniessen
Copy link
Member

Related: #43638

Marking as flaky: #43957

@tniessen tniessen added test Issues and PRs related to the tests. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels Jul 23, 2022
@F3n67u
Copy link
Member

F3n67u commented Jul 23, 2022

#43949 is trying to fix this problem. Could we favor #43949 over mark it as flaky? @tniessen

@tniessen
Copy link
Member

If it does indeed fix the problem, I'd favor the fix over marking it as flaky, of course. I don't have enough time nor enough insight into HTTP internals to say if it does fix the problem, but we do need to resolve all of the issues caused by #43522 quickly.

@F3n67u
Copy link
Member

F3n67u commented Jul 23, 2022

If it does indeed fix the problem, I'd favor the fix over marking it as flaky, of course. I don't have enough time nor enough insight into HTTP internals to say if it does fix the problem, but we do need to resolve all of the issues caused by #43522 quickly.

I agree with you. We could mark it flaky first and remove it from the flaky list when we are sure that #43949 does address this flaky test.

@F3n67u
Copy link
Member

F3n67u commented Jul 24, 2022

fixed by #43949

@F3n67u F3n67u closed this as completed Jul 24, 2022
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. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

3 participants