-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard: tests passing in seconds, but keeps running for +1 hour. #14929
Comments
I have just experience the same issue with the Cypress Dashboard using Cypress versions 6.4.0 and 6.3.0, and running tests locally and from AWS CodeBuild Pipeline. |
Unfortunately, if you have github integration turned on with status checks, this will block your build pipeline. |
I'm looking into this with our engineering. Is this issue still occuring? |
@jennifer-shehane - I'm not seeing the issue anymore and am seeing tests complete |
We are investigating a possible incident during the time this was reported. I'll update the issue when I have more detail. |
I confirm the same behavior, right now (Sunday 07/02/2020 21:00 Paris) |
@bodinsamuel Can you email [email protected] with the details of the specific run this is occurring on? I think this is likely a new issue. |
Closing as resolved as it seems to have been an incident that is no longer occuring. |
@jennifer-shehane I am facing same issue. in my case in the cypress dashboard test will not stop until i cancel it manually. |
@jennifer-shehane Facing the same issue on circleci, and getting |
@jennifer-shehane I'm facing the same issue, this just started happening. |
Same here. |
Same here. Still looking for a solution |
We are having the same problem, @jennifer-shehane we sent an e-mail and we are waiting for a reply. |
@jennifer-shehane I am seeing it as well |
I'm having this same issue. What is the solution @jennifer-shehane ? |
Oh, this seems to be caused by the |
Current behavior
Whenever a run is started on the cypress dashboard, the tests pass quickly. But it keeps being stuck in "Running" for multiple hours.
This seems to have started happening today.
The exact same tests that is now taking 2 hours & counting. Were passing in 10 seconds this morning.
It seems to have gradually gotten worse (even though I have made no changes to the tests, or the pages related to the tests).
Tests running this morning:
The same tests running now:
The output of the tests showing it's passing in 1 second
When running cypress locally in open mode, it finishes in 5 seconds.
When running cypress in CI mode with record key. It finishes in ~4 seconds (and exits out correctly).
When running it in GitHub, it finishes in ~4 minutes (mostly installing node_modules & building), but the run in the dashboard never ends...
in console:
The status looks like this for about an hour or so.
Then it does change to reflect saying my 2 tests have passed. but it's STILL running... :(
This is blocking our CI/CD pipeline as the Cypress status takes hours to pass.
Desired behavior
The tests should be marked as passed after all assertions have passed & cypress should stop running.
Status checks should pass if tests all tests have passed.
Test code to reproduce
integration test:
Github workflow:
Versions:
"cypress": "6.4.0", (latest as of today)
Any idea why this is happening O.o?
The text was updated successfully, but these errors were encountered: