-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Labels
OS: windowsprocess: flaky testRelated to test(s) that have flake in our internal testsRelated to test(s) that have flake in our internal testsstaleno activity on this issue for a long periodno activity on this issue for a long period
Description
Link to dashboard or CircleCI failure
Link to failing test in GitHub
Here's the link to the taskInternal function in question: https://github.com/cypress-io/cypress/blob/develop/packages/frontend-shared/cypress/e2e/support/e2eSupport.ts#L456
Analysis
Digging through the logs/artifacts we see interesting hints such as:
- A look at the logs shows repeated instances of MaxListenersExceededWarning:
(node:1252) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 dev-server:specs:changed listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
- A closer look at the logs shows a performance warning from
NexusSlowGuard:
- In the video, we don't see a loading spinner between this test and the previous test -- it's still showing the previous test. From our own log in the reporter we see "no commands were issued in this test". Perhaps teardown not working as expected?
Cypress Version
10.4.0
Other
List of other timeout failures on windows with the same MaxListenersExceededWarning and NexusSlowGuard logs:
Metadata
Metadata
Assignees
Labels
OS: windowsprocess: flaky testRelated to test(s) that have flake in our internal testsRelated to test(s) that have flake in our internal testsstaleno activity on this issue for a long periodno activity on this issue for a long period

