CI Reliability 2022-02-17
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- node.js, shell
- Domain
- ci-cd, testing-qa
Research direction
Start by reviewing the Jenkins failures listed for the affected nodes and the generated ncu-ci walk pr --stats=true --markdown report. Inspect the example output for parallel/test-module-readonly in test/parallel/test-module-readonly.js, then determine whether the recurring CI, build, and test failures have a common cause; done means the affected CI jobs complete successfully without these repeated failures.
Written by the indexing model from the issue text.
Description
Failures in node-test-pull-request/42531 to node-test-pull-request/42630 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2022-02-17 00:08 | 0 | 16 | 3 | 3 | 78 | 16.49% |
Jenkins Failure
Example
Build timed out (after 15 minutes). Marking the build as failed.
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs03.osuosl.org/140.211.9.131:53480' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy72.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)
| Reason | Build timed out (after 10 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41983/, https://github.com/nodejs/node/pull/42015/) |
| Appeared | test-rackspace-win2012r2_vs2019-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42567/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42623/ |
Example
Build timed out (after 10 minutes). Marking the build as failed.
Build Failure
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-aix/nodes=aix72-ppc64 #40035
Sending e-mails to: michael_dawson@ca.ibm.com vieuxtech@gmail.com ashley.cripps@ibm.com
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-arm] $ /bin/bash -ex /tmp/jenkins2599430709776965829.sh
+ '[' -d .git ']'
+ git clean -fdx
JSTest Failure
Example
not ok 461 parallel/test-module-readonly
---
duration_ms: 0.970
severity: fail
exitcode: 1
stack: |-
node:assert:991
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module '..\.tmp.456\readOnlyMod'
Require stack:
- c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:48:8)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:999:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:36:3)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at...
Example
not ok 325 parallel/test-common-expect-warning
---
duration_ms: 0.782
severity: fail
exitcode: 1
stack: |-
node:assert:1026
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unexpected extra warning received/. Input:
''
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-common-expect-warning.js:41:14)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/common/index.js:416:15)
at ChildProcess.emit (node:events:527:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /Unexpected extra warning received/,
operator: 'match'
}
Node.js v18.0.0-pre
...
| Reason | parallel/test-http-header-overflow |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/41936/, https://github.com/nodejs/node/pull/41944/, https://github.com/nodejs/node/pull/41984/, https://github.com/nodejs/node/pull/42002/) |
| Appeared | test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42544/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42618/ |
Example
not ok 311 parallel/test-http-header-overflow
---
duration_ms: 0.234
severity: fail
exitcode: 1
stack: |-
node:assert:635
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
Comparison {
+ bytesParsed: 10642,
- bytesParsed: 16402,
code: 'HPE_HEADER_OVERFLOW',
message: 'Parse Error: Header overflow',
name: 'Error',
+ rawPacket: Buffer(10645) [Uint8Array] [
...
| Reason | node-api/test_threadsafe_function/test |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41970/, https://github.com/nodejs/node/pull/41979/, https://github.com/nodejs/node/pull/41962/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-arm64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42557/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42591/ |
Example
not ok 3357 node-api/test_threadsafe_function/test
---
duration_ms: 240.72
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-crypto-dh |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41932/, https://github.com/nodejs/node/pull/41970/, https://github.com/nodejs/node/pull/41975/) |
| Appeared | test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42531/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42562/ |
Example
not ok 216 parallel/test-crypto-dh
---
duration_ms: 240.142
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-crypto-dh-constructor |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41936/, https://github.com/nodejs/node/pull/42001/, https://github.com/nodejs/node/pull/42011/) |
| Appeared | test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_jasnell-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42548/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42612/ |
Example
not ok 168 parallel/test-crypto-dh-constructor
---
duration_ms: 240.97
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-crypto-dh-leak |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41936/, https://github.com/nodejs/node/pull/41980/, https://github.com/nodejs/node/pull/41758/) |
| Appeared | test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42544/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42585/ |
Example
not ok 196 parallel/test-crypto-dh-leak
---
duration_ms: 240.185
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-crypto-secure-heap |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41983/, https://github.com/nodejs/node/pull/41954/, https://github.com/nodejs/node/pull/41907/) |
| Appeared | test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42567/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42577/ |
Example
not ok 358 parallel/test-crypto-secure-heap
---
duration_ms: 240.56
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-9 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41974/, https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/42001/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42563/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42599/ |
Example
not ok 864 parallel/test-domain-no-error-handler-abort-on-uncaught-9
---
duration_ms: 120.106
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41974/, https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/42001/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42563/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42599/ |
Example
not ok 871 parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
---
duration_ms: 120.150
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-with-abort-on-uncaught-exception |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41974/, https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/42001/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42563/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42599/ |
Example
not ok 875 parallel/test-domain-with-abort-on-uncaught-exception
---
duration_ms: 120.111
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-net-connect-memleak |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41969/, https://github.com/nodejs/node/pull/41984/, https://github.com/nodejs/node/pull/41861/) |
| Appeared | test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2013-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42560/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42626/ |
Example
not ok 464 parallel/test-net-connect-memleak
---
duration_ms: 0.263
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:374:10)
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-net-connect-memleak.js:33:40)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47
...
| Reason | report/test-report-fatal-error |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/41996/, https://github.com/nodejs/node/pull/41999/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42589/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42598/ |
Example
not ok 3210 report/test-report-fatal-error
---
duration_ms: 120.114
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | sequential/test-cpu-prof-name |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41938/, https://github.com/nodejs/node/pull/41983/, https://github.com/nodejs/node/pull/42010/) |
| Appeared | test-digitalocean-freebsd12-x64-1, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42553/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42621/ |
Example
not ok 3474 sequential/test-cpu-prof-name
---
duration_ms: 0.549
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
EndStartedProfilers
V8CpuProfilerConnection::End(), ending = false
Dispatching message { "id": 4, "method": "Profiler.stop" }
Receive CPU profile message
Writing profile response (id = 4)
Written result to /usr/home/iojs/node-tmp/.tmp.3473/test.cpuprofile
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
lineNumbe...
| Reason | sequential/test-vm-timeout-escape-promise-module-2 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41937/, https://github.com/nodejs/node/pull/41936/, https://github.com/nodejs/node/pull/41938/) |
| Appeared | test-ibm-rhel7-s390x-3, test-ibm-rhel7-s390x-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42541/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42551/ |
Example
not ok 3569 sequential/test-vm-timeout-escape-promise-module-2
---
duration_ms: 0.275
severity: fail
exitcode: 1
stack: |-
(node:36296) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22
throw new Error(
^
Error: escaped timeout at 100 milliseconds!
at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)
at vm:module(0):1:30
at SourceTextModule.evaluate (node:internal/vm/module:224:23)
at assert.rejects.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v1...
| Reason | abort/test-addon-uv-handle-leak |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/42013/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42583/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42630/ |
Example
not ok 3607 abort/test-addon-uv-handle-leak
---
duration_ms: 120.247
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | abort/test-http-parser-consume |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/41996/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42583/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42592/ |
Example
not ok 3608 abort/test-http-parser-consume
---
duration_ms: 120.180
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | abort/test-process-abort-exitcode |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/41996/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42583/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42592/ |
Example
not ok 3609 abort/test-process-abort-exitcode
---
duration_ms: 120.107
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | abort/test-signal-handler |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/42013/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42590/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42630/ |
Example
not ok 3610 abort/test-signal-handler
---
duration_ms: 120.180
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | abort/test-worker-abort-uncaught-exception |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41990/, https://github.com/nodejs/node/pull/42013/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42590/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42630/ |
Example
not ok 3611 abort/test-worker-abort-uncaught-exception
---
duration_ms: 120.239
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-crypto-dh-odd-key |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41970/, https://github.com/nodejs/node/pull/42001/) |
| Appeared | test-requireio_mininodes-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42557/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42599/ |
Example
not ok 163 parallel/test-crypto-dh-odd-key
---
duration_ms: 240.403
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-8 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41974/, https://github.com/nodejs/node/pull/41990/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42563/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42588/ |
Example
not ok 559 parallel/test-domain-no-error-handler-abort-on-uncaught-8
---
duration_ms: 120.88
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-vm-timeout-escape-promise-2 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41955/, https://github.com/nodejs/node/pull/41975/) |
| Appeared | test-ibm-rhel7-s390x-2, test-ibm-rhel7-s390x-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/42540/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/42561/ |
Example
not ok 2630 parallel/test-vm-timeout-escape-promise-2
---
duration_ms: 0.227
severity: fail
exitcode: 1
stack: |-
/data/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:20
throw new Error(
^
Error: escaped timeout at 100 milliseconds!
at loop (/data/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:20:13)
at evalmachine.<anonymous>:1:30
at Script.runInContext (node:vm:139:12)
at Script.runInNewContext (node:vm:144:17)
at Object.runInNewContext (node:vm:298:38)
at assert.throws.code (/data/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:27:6)
at getActual (node:assert:756:5)
at Function.throws (node:assert:902:24)
at Object.<anonymous> (/data/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:26:8)
...
Git Failure
Progress
-
Build timed out (after 15 minutes). Marking the build as failed.(19) -
Backing channel 'JNLP4-connect connection from ... is disconnected.(15) -
Build timed out (after 10 minutes). Marking the build as failed.(2) -
ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...(10) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?(2) -
parallel/test-module-readonly(22) -
parallel/test-common-expect-warning(5) https://github.com/nodejs/node/issues/42029 -
parallel/test-http-header-overflow(4) -
node-api/test_threadsafe_function/test(3) -
parallel/test-crypto-dh(3) -
parallel/test-crypto-dh-constructor(3) -
parallel/test-crypto-dh-leak(3) -
parallel/test-crypto-secure-heap(3) -
parallel/test-domain-no-error-handler-abort-on-uncaught-9(3) -
parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler(3) -
parallel/test-domain-with-abort-on-uncaught-exception(3) -
parallel/test-net-connect-memleak(3) -
report/test-report-fatal-error(3) -
sequential/test-cpu-prof-name(3) -
sequential/test-vm-timeout-escape-promise-module-2(3) -
abort/test-addon-uv-handle-leak(2) -
abort/test-http-parser-consume(2) -
abort/test-process-abort-exitcode(2) -
abort/test-signal-handler(2) -
abort/test-worker-abort-uncaught-exception(2) -
parallel/test-crypto-dh-odd-key(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-8(2) -
parallel/test-vm-timeout-escape-promise-2(2)
- Dominant language
- Shell
- Stars
- 57
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from nodejs/reliability
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
nodejs/reliability#1666 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
nodejs/reliability#1665 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
nodejs/reliability#1664 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
nodejs/reliability#1663 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
nodejs/reliability#1662 ·
All issues in nodejs/reliability
Similar issues
-
out-of-date
Difficulty 1/5 Under an hour Newbie friendliness 82/100
CachyOS/CachyOS-PKGBUILDS#1894 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
community-scripts/ProxmoxVE#17396 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
mattpocock/skills#1099 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100