Fix `Promise.all` and friends
Open
async
bug
instrumentation
- Dominant language
- JavaScript
- Stars
- 171
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
* [ ] Fix `Promise.all` and friends: CGRs of "dangling" promises should not be chained to `Promise.all`/`race`/`any` etc.
* Example of a symptom of trying to CHAIN dangling promise nodes in `sequelize -> findOrCreate-parallel`:
* [ ] test, e.g. with:
* `__samplesInput__/async/sync4-promise-all.js`
* `Promise.all2-fail1.js` sample
Contributor guide
Assessment
This issue has not been assessed yet.