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

Forked from https://github.com/nodejs/node/issues/24586#issuecomment-443229311. > For the CTIGM: after I tracked this down, I noticed the ultimate issue is that lots of Express's dependencies are missing from the CITGM. Express's direct...

* **Node Version**: * **CitGM Version**: * **Platform**: I believe vinyl-fs has been flagged as flakey but we've encountered some issues that probably would have been caught by citgm. Can...

I think it would be quite useful to have a reference for each skipped module. Potentially, we would also want to have flakyIssue for each flaky module as well.

Right now it is super hard to know why modules are skipped or why they are marked as flaky. It would be great to change our JSON format to a...

I am seeing [citgm-smoker](https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-nobuild) builds failing when module is marked is flaky. For example: Browserify is flaky on `win32` - https://github.com/nodejs/citgm/blob/master/lib/lookup.json#L119 ```sh 05:13:28 warn: | npm ERR! Test failed. See...

enhancement
CI
question

As we test more modules in CitGM, triaging failures does not seem to be scaling. With any failure we need to work out whether it was caused by: - the...

* **Node Version**: 6.12.3 * **CitGM Version**: 3.1.1 * **Platform**: x64 Linux Columnify issue raised: https://github.com/timoxley/columnify/issues/52 When you run `citgm -J -v verbose` it blows the stack. Looks like it...

The Hapi community is moving v16 to LTS, and v17 will be supporting Node 8+. We need to verify both, so we do not break old LTS versions. This affects...

[Google Doc](https://docs.google.com/document/d/1VDWk9EWB1tI93n2FqkdWExyXXxFQMF9Hs67bc6GSiKU/edit?usp=sharing) I was talking to @mhdawson , and we were thinking that it might be a good idea to write something about CitGM for the Node blog. It'd be...

meta

Refs: https://github.com/nodejs/LTS/pull/223/files#r127595396 It's probably time we tried to write down some more stuff about what happens if you join the team, especially now that it means joining the Release WG...

meta