• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Unleash / unleash / 21901655711
86%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 11 Feb 2026 10:42AM UTC
Jobs 1
Files 1138
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Feb 2026 10:34AM UTC coverage: 86.187% (+0.01%) from 86.174%
21901655711

push

github

web-flow
fix MaxListenersExceededWarning in tests (#11316)

## `yarn test` will print a buch of warnings: 

### 11 listeners
```
(node:16735) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 request_time listeners added to [EventEmitter]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
```

### 200 listeners
and a second one where after experimenting the number is around 200

```
// MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 200 UPDATE_REVISION listeners added to [ConfigurationRevisionService]. MaxListeners is 199. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
```

###  Testing 

```
yarn test | grep MaxListenersExceededWarning
```

## About the changes

* clean listeners in test to fix the 11 listeners warning
* The other one is caused by `configurationRevisionService` that's a
singleton in tests. Increasing the number of connections in
`createFakeFrontendApiService` seems like a least intrusive option.
* Some small tweaks to `yarn ci` that probably only I use so please
ignore.

Closes #

### Important files


## Discussion points

* It might be a good idea to increase limit from 200 to some higher
number like 300 so the warning won't show up next time we add a test...
* But, the other option is to take a little more time to think if we can
somehow get rid of the singleton in tests to prevent this from
happening.

1715 of 1930 branches covered (88.86%)

1 of 1 new or added line in 1 file covered. (100.0%)

14370 of 16673 relevant lines covered (86.19%)

902.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21901655711.1 11 Feb 2026 10:42AM UTC 1138
86.19
GitHub Action Run
Source Files on build 21901655711
  • Tree
  • List 1138
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #21901655711
  • b88a0652 on github
  • Prev Build on main (#21867475502)
  • Next Build on main (#21905368216)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc