-
Notifications
You must be signed in to change notification settings - Fork 43
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
e2e-cypress quickstarter hangs on 'verify' #674
Comments
@segator @braisvq1996 |
@jchaves - Can you cat /home/jenkins/.npm/_logs/2021* then we see the output Does this happen on qa only? https://swingli.com/how-to-fix-cypress-verification-timed-out-exception/# It's weird - working super nicely in the ci build - proxy issue maybe (just thinking out loud) https://stackoverflow.com/questions/63667880/cypress-verification-timed-out-after-30000-milliseconds contains a bunch of ideas |
We already tried to increment the timeout to 2 minutes and same issue, no cpu usage so far. |
@segator - what happens if you run the build again - same error? Can you try to modify the jenkinsfile with npx verify as written on stackoverflow? Lastly this works in dev or? |
cypress-io/cypress#7158 has a couple of ideas (including chmod on /home/jenkins) - maybe here lies our problem.. |
I have tested cypress component in July in our DEV environment and it worked, I have just re-run it and it fails with the same error as in QA |
@braisvq1996 @segator we can't properly analyse without logs. Will you provide them? |
|
Cheers @glyk0n! @braisvq1996 can you try the suggestion? |
Hmm @cschweikert can you help here maybe with turning on more logs? @ManuelFeller @m-apsolon |
I have run 4.x cypress quickstarter in PROD and it works, there must be something in the DEV/QA cluster that is making this fail |
WTF - this is really scary |
Hi everybody, here are some more ideas:
The shown behavior with the timeout reminds me on issues I've seen in another test framework. There the Chrome process died underneath due to a lack of memory. @clemensutschig Unfortunately the verify command doesn't provide a verbose-like parameter or has better debug support in this case. I'll try reproducing this issue on our cluster now. |
I have build the same image for both clusters (QA and PROD) and in PROD works but not in QA. |
package-lock.jsonThe quickstarter doesn't come along with a postinstallI can't see the
what elseIf the agent images are the same (bitwise identical, check the hashes), if the default memory settings on both clusters are identical, if the code (at least The following is only a wild guess, but maybe |
@cschweikert sorry, the root of the problem for this issue was Aqua and it has already been solved, I will close this issue. Also, we have not yet installed/tested the latest changes in GitHub in our ODS installation |
Describe the bug
While building a repository created with Cypress quickstart on ODS4, it fails to run
Cypress seems to try and launch a self-verification on install, and that causes the whole build to crahs after the default timeout of 30000 miliseconds
To Reproduce
Expected behavior
The default quickstart pipeline succeeds
Screenshots
![MicrosoftTeams-image](https://user-images.githubusercontent.com/1712415/142665915-c68d5fdd-8b85-48f6-ae37-b34f0a500d53.png)
Affected version (please complete the following information):
Log Output (ensure to remove any confidential information like tokens, project names, etc.
The text was updated successfully, but these errors were encountered: