citgm icon indicating copy to clipboard operation
citgm copied to clipboard

Canary in the Gold Mine

Results 111 citgm issues
Sort by recently updated
recently updated
newest added

As discussed at the collab summit this adds utp-native, which is a precompiled native module that uses n-api and libuv. ##### Checklist - [x] `npm test` passes - [x] tests...

WIP

In short: on Windows running `citgm-all --auditList platform` will list all modules that are flaky/skipped on win32. Running `citgm-all --audit platform` will run the smoke tests for all the skipped/flaky...

WIP

The [CI workflow](https://github.com/nodejs/citgm/blob/main/.github/workflows/nodejs.yml) used here is almost identical to a standard Node.js library testing pattern (checkout, `npm install`, `npm test`). As part of [Package Maintenance WG](https://github.com/nodejs/package-maintenance), I've recently created [`pkgjs/action`](https://github.com/pkgjs/action)...

Extracting this from #894 because I have discovered that there are different failures across multiple versions/platforms. Most platforms fail with this error [Resolved]: ``` > [email protected] prepublish > !(type not-in-publish)...

Node.js 18 CITGM - https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2880 (`v18.0.0-test202202249be1dcff34`) - https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2897 (`v18.0.0-rc.0`) - https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2907 (`v18.0.0-rc.1`) - https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2915 (`v18.0.0-rc.3`) Multiple platforms: - [ ] [acorn_v8_7_0](https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2880/nodes=fedora-last-latest-x64/testReport/(root)/citgm/acorn_v8_7_0/) - `Error: Install Timed Out` - Tested and the...

https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-nobuild/1122/

I feel like we don't have enough active contributors in citgm. PRs tend to get no review and stall. Is there something we can do to attract more people? This...

Skipped in https://github.com/nodejs/citgm/pull/795 Node.js v14.10.0 just broke the module: https://github.com/nodejs/node/issues/35116

Possible regression missed in 14.6 https://github.com/nodejs/node/issues/35365, and was disabled in https://github.com/nodejs/citgm/pull/790 We're looking at disabling the larger spec-suite tests that might have been why it got marked as flakey before

as of tap 11 there is a feature for [testing with snapshots](https://node-tap.org/docs/api/snapshot-testing/). It seems to me like there are couple places in our test suite where we could move to...

good first issue