-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
timeouts with upgrade to >=13.6.3 #29126
Comments
You’re likely running into this issue. We have a fix for this that will be in our next release, hopefully in the next few days. #28868 |
thanks for looking at this @jennifer-shehane! I will be on the lookout for that new version and will try it again then. |
@jenkma02 The 13.7.0 version is out, can you try and verify if this is fixed? |
I have been testing the new version out. It is running a lot better than the previous one, but it is still hanging up in some tests waiting on intercepted routes. |
hello. I am experiencing exactly the same issue. in v13.7.0 it's much better with local runs, but in Jenkins+cypress dashboard 30s timeout for requests is not enough to wait for the call to happen any more -> while in v.13.6.2 it works very well with 15s timeout. |
@jennifer-shehane i'm having to update pretty much all of my tests for this update after all. do you guys have any plans to make this work the same way it used to in earlier versions? |
something else i've noticed occasionally is that the css doesn't load properly on cypress cloud runs either. this doesn't happen in every test, but i run into it at least once during each run (~950 tests) here is an example of that - https://d.pr/v/7Yu3NO |
@sajjad541, what version were you upgrading from? Is 13.7.0 the first version that is started failing? Do you have a project I could look at or are you be able to recreate the issue in a reproduction repository by forking cypress-test-tiny or by other means? |
@mschile , I've upgraded cypress version from 13.0.0 to 13.7.0 with node version 16.15.1. Unfortunately I can't share the code due to security perspective but I will try to reproduce it in cypress-test-tiny repo. For me dynamic intercept calls were working fine earlier but later with version update route matching is completely failing for all existing case. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
I uncovered this issue when I was attempting to upgrade from 13.1.0 to the latest 13.6.6, but i narrowed it down to something introduced in 13.6.3 - that's the version that my tests stopped working in. the issue i'm running into is that routes that im intercepting and then waiting on are taking much longer to load than previous versions and are causing timeouts. we have a really big project with intercepts/aliases everywhere - i know that i could add timeouts to all of them but it's not really feasible for me to do that, especially when it has been working as expected until this upgrade.
Desired behavior
No response
Test code to reproduce
this is very basic - hopefully the debug logs are more helpful
Cypress Version
Node version
18.16.0
Operating System
macOS 14.3.1 (23D60)
Debug Logs
Other
The text was updated successfully, but these errors were encountered: