CI Reliability 2022-12-31
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- javascript, nodejs, shell
- Domain
- ci-cd, devops, testing-qa
Research direction
Start with the linked CI console examples and the named tests test/parallel/test-child-process-cwd.js, test/parallel/test-child-process-exec-cwd.js, and addons/worker-buffer-callback/test-free-called.js. Review the reported failures across the listed platforms and determine the relevant reproduction path. Done means the recurring CI failures are addressed and the affected jobs pass reliably.
Written by the indexing model from the issue text.
Description
Failures in node-test-pull-request/48672 to node-test-pull-request/48770 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-12-31 00:12 | 0 | 4 | 37 | 4 | 55 | 4.17% |
JSTest Failure
| Reason | parallel/test-child-process-cwd |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 7 (https://github.com/nodejs/node/pull/41439/, https://github.com/nodejs/node/pull/45923/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/44004/, https://github.com/nodejs/node/pull/45960/, https://github.com/nodejs/node/pull/45966/, https://github.com/nodejs/node/pull/46021/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48672/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48766/ |
Example
not ok 98 parallel/test-child-process-cwd
---
duration_ms: 0.341
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'C:\\Windows'
- 'C:\\WINDOWS'
^
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:456:11)
at Socket.emit (node:events:519:28)
at Pipe.<anonymous> (node:net:315:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'C:\\Windows',
expected: 'C:\\WINDOWS',
operator: 'strictEqual'
}
...
| Reason | parallel/test-child-process-exec-cwd |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 7 (https://github.com/nodejs/node/pull/41439/, https://github.com/nodejs/node/pull/45923/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/44004/, https://github.com/nodejs/node/pull/45960/, https://github.com/nodejs/node/pull/45966/, https://github.com/nodejs/node/pull/46021/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48672/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48766/ |
Example
not ok 100 parallel/test-child-process-exec-cwd
---
duration_ms: 0.350
severity: fail
exitcode: 1
stack: |-
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(stdout.startsWith(dir))
at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
at ChildProcess.exithandler (node:child_process:411:7)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v20.0.0-pre
...
| Reason | - /home/iojs/build/workspace/node-test-linter/lib/internal/bootstrap/node.js |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-ibm-ubuntu1804-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48768/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48769/ |
Example
not ok 472 - /home/iojs/build/workspace/node-test-linter/lib/internal/bootstrap/node.js
---
message: '''nativeModule'' is assigned a value but never used.'
severity: error
data:
line: 108
column: 7
ruleId: no-unused-vars
...
| Reason | - /home/iojs/build/workspace/node-test-linter/lib/internal/fs/promises.js |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-ibm-ubuntu1804-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48768/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48769/ |
Example
not ok 529 - /home/iojs/build/workspace/node-test-linter/lib/internal/fs/promises.js
---
message: '''validateObject'' is not defined.'
severity: error
data:
line: 909
column: 3
ruleId: no-undef
messages:
- message: '''isWindows'' is not defined.'
severity: error
data:
line: 917
column: 41
ruleId: no-undef
- message: '''isWindows'' is not defined.'
severity: error
data:
line: 958
column: 23
ruleId: no-undef
...
| Reason | - /home/iojs/build/workspace/node-test-linter/lib/internal/modules/esm/resolve.js |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-ibm-ubuntu1804-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48768/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48769/ |
Example
not ok 576 - /home/iojs/build/workspace/node-test-linter/lib/internal/modules/esm/resolve.js
---
message: '''pendingDeprecation'' is assigned a value but never used.'
severity: error
data:
line: 36
column: 7
ruleId: no-unused-vars
...
| Reason | addons/worker-buffer-callback/test-free-called |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45999/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48754/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48770/ |
Example
not ok 3518 addons/worker-buffer-callback/test-free-called
---
duration_ms: 0.90
severity: fail
exitcode: 1
stack: |-
node:internal/modules/cjs/loader:1042
throw err;
^
Error: Cannot find module '/home/iojs/build/workspace/node-test-commit-linux-containered/test/addons/worker-buffer-callback/build/Release/binding'
Require stack:
- /home/iojs/build/workspace/node-test-commit-linux-containered/test/addons/worker-buffer-callback/test-free-called.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1039:15)
at Module._load (node:internal/modules/cjs/loader:885:27)
at Module.require (node:internal/modules/cjs/loader:1105:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/addons/worker-buffer-callback/test-free-called.js:7:30)
at Module._compile (node:internal/modules/cjs/loader:1218:14)
at Module._extensions..j...
Example
not ok 3328 es-module/test-esm-dynamic-import
---
duration_ms: 0.141
severity: fail
exitcode: 1
stack: |-
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ [Module: null prototype] {
+
- [Object: null prototype] [Module] {
- default: true
}
at /home/iojs/build/workspace/node-test-commit-linux-containered/test/es-module/test-esm-dynamic-import.js:25:14
at /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:446:15 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Module: null prototype] { },
expected: [Object: null prototype] [Module] { default: true },
operator: 'deepStrictEqual'
}
Node.js v18.13.0
...
| Reason | node-api/test_worker_buffer_callback/test-free-called |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45923/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-osuosl-aix72-ppc64_be-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48700/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48770/ |
Example
not ok 3608 node-api/test_worker_buffer_callback/test-free-called
---
duration_ms: 0.90
severity: fail
exitcode: 1
stack: |-
node:internal/modules/cjs/loader:1042
throw err;
^
Error: Cannot find module '/home/iojs/build/workspace/node-test-commit-linux-containered/test/node-api/test_worker_buffer_callback/build/Release/binding'
Require stack:
- /home/iojs/build/workspace/node-test-commit-linux-containered/test/node-api/test_worker_buffer_callback/test-free-called.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1039:15)
at Module._load (node:internal/modules/cjs/loader:885:27)
at Module.require (node:internal/modules/cjs/loader:1105:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/node-api/test_worker_buffer_callback/test-free-called.js:7:30)
at Module._compile (node:internal/modules/cjs/loader:1218:14)
...
| Reason | parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45923/, https://github.com/nodejs/node/pull/46014/) |
| Appeared | test-equinix_mnx-smartos20-x64-3, test-osuosl-rhel8-ppc64_le-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48674/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48760/ |
Example
not ok 945 parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker
---
duration_ms: 1.633
severity: fail
exitcode: 1
stack: |-
Invoked NearHeapLimitCallback, processing=false, current_limit=52428800, initial_limit=52428800
max_young_gen_size=50331648, young_gen_size=0, old_gen_size=50549464, total_size=50549464
Estimated available memory=3719680000, estimated overhead=50331648
Start generating Heap.20221229.204934.39054.1.001.heapsnapshot...
Invoked NearHeapLimitCallback, processing=true, current_limit=52428800, initial_limit=52428800
max_young_gen_size=50331648, young_gen_size=0, old_gen_size=50549464, total_size=50549464
Estimated available memory=3719204864, estimated overhead=50331648
Not generating snapshots in nested callback. new_limit=102760448
1/1 snapshots taken.
Removing the near heap limit callbackWrote snapshot to /home/iojs/node-tmp/.tmp.943/Heap.20221229.204934.39054.1.001.heapsnapshot
<--- Last few GCs --->
[39054:6b3...
| Reason | parallel/test-runner-exit-code |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45923/, https://github.com/nodejs/node/pull/46004/) |
| Appeared | test-nearform-macos10.15-x64-2, test-ibm-rhel8-s390x-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48690/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48759/ |
Example
not ok 2156 parallel/test-runner-exit-code
---
duration_ms: 0.619
severity: fail
exitcode: 1
stack: |-
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'TAP version 13\n' +
+ '# Subtest: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/never_ending_async.js\n'
- 'TAP version 13\n'
at runAndKill (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-runner-exit-code.js:23:10)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'# Subtest: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/never_ending_async.js\n',
expected: 'TAP version 13\n',
...
| Reason | parallel/test-runner-reporters |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45793/, https://github.com/nodejs/node/pull/45923/) |
| Appeared | test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2019-x64-4, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1, test-digitalocean-freebsd12-x64-2, test-osuosl-rhel8-ppc64_le-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48688/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48700/ |
Example
not ok 615 parallel/test-runner-reporters
---
duration_ms: 5.917
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: node:test reporters
# Subtest: should default to outputing TAP to stdout
ok 1 - should default to outputing TAP to stdout
---
duration_ms: 5328.1972
...
| Reason | parallel/test-tls-ticket-cluster |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45960/, https://github.com/nodejs/node/pull/46007/) |
| Appeared | test-digitalocean-freebsd12-x64-1, test-azure_msft-win10_vs2019-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48725/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48761/ |
Example
not ok 2873 parallel/test-tls-ticket-cluster
---
duration_ms: 1.317
severity: fail
exitcode: 1
stack: |-
[primary] got "listening"
[primary] connecting 14672 session? false
[primary] got "listening"
[worker] connection reused? false
[primary] got "not-reused"
[primary] connecting 14672 session? true
[primary] got "listening"
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 14672 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 14672 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 14672 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 14672 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 14672 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 14672 session? true
[...
| Reason | pummel/test-policy-integrity-dep |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/45947/) |
| Appeared | test-macstadium-macos11.0-arm64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48717/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48720/ |
Example
not ok 3484 pummel/test-policy-integrity-dep
---
duration_ms: 1.326
severity: crashed
exitcode: -10
stack: |-
...
Example
not ok 3849 wpt/test-webcrypto
---
duration_ms: 62.182
severity: crashed
exitcode: -6
stack: |-
---- algorithm-discards-context.https.window.js ----
[SKIPPED] Not relevant in Node.js context
---- historical.any.js ----
[SKIPPED] Not relevant in Node.js context
---- idlharness.https.any.js ----
[SKIPPED] Various non-IDL-compliant things
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] setup - define tests
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] X25519 good parameters
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] X25519 mixed case parameters
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] X25519 with null length
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] X25519 short result
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] X25519 non-multiple of 8 bits
---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
[PASS] X...
CCTest Failure
| Reason | ../test/cctest/test_inspector_socket.cc:323: Failure |
|---|---|
| Type | CC_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45847/, https://github.com/nodejs/node/pull/45912/) |
| Appeared | test-digitalocean-alpine312_container-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48723/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48730/ |
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)
Jenkins Failure
Build Failure
Example
Error: getWindowSize EINVAL
outline = at WriteStream._refreshSize (tty.js:133:31)
outline = at process.<anonymous> (internal/bootstrap/switches/is_main_thread.js:127:41)
outline = at process.emit (events.js:400:28)
outline = Emitted 'error' event on WriteStream instance at:
outline = at WriteStream._refreshSize (tty.js:133:10)
| Reason | ERROR: No acceptable C compiler found! |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/45936/, https://github.com/nodejs/node/pull/44004/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/45960/, https://github.com/nodejs/node/pull/45970/, https://github.com/nodejs/node/pull/46004/, https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-orka-macos10.14-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48682/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48770/ |
Example
ERROR: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you installed
it in a non-standard prefix.
make: *** [build-ci] Error 1
| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41439/, https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-equinix_mnx-smartos20-x64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-debian10_container-armv7l-2, test-equinix_mnx-smartos20-x64-3, test-osuosl-aix72-ppc64_be-3, test-osuosl-ubuntu2004_container-armv7l-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48672/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48769/ |
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
| Reason | ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/) |
| Appeared | test-digitalocean-freebsd12-x64-2, test-ibm-rhel8-s390x-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/48768/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48769/ |
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Example
Error: isWindows is not defined
at node:internal/fs/promises:958:23
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:334:7)
at requireBuiltin (node:internal/bootstrap/loaders:365:14)
at node:internal/modules/esm/load:23:37
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:334:7)
Progress
-
parallel/test-child-process-cwd(7) -
parallel/test-child-process-exec-cwd(7) -
- /home/iojs/build/workspace/node-test-linter/lib/internal/bootstrap/node.js(2) -
- /home/iojs/build/workspace/node-test-linter/lib/internal/fs/promises.js(2) -
- /home/iojs/build/workspace/node-test-linter/lib/internal/modules/esm/resolve.js(2) -
addons/worker-buffer-callback/test-free-called(2) -
es-module/test-esm-dynamic-import(2) -
node-api/test_worker_buffer_callback/test-free-called(2) -
parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker(2) -
parallel/test-runner-exit-code(2) -
parallel/test-runner-reporters(2) -
parallel/test-tls-ticket-cluster(2) -
pummel/test-policy-integrity-dep(2) -
wpt/test-webcrypto(2) -
../test/cctest/test_inspector_socket.cc:323: Failure(2) -
Error: getWindowSize EINVAL(22) -
ERROR: No acceptable C compiler found!(8) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?(3) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?(2) -
Error: isWindows is not defined(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 75/100
-
Update Vish to 1.1.5 Openpackage-update
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
oSoWoSo/vOid_Community_repOsitory#144 · 1 comment ·