Skip to content
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

fix: battling cypress' dashboard feature #30441

Merged
merged 3 commits into from
Sep 30, 2024
Merged

fix: battling cypress' dashboard feature #30441

merged 3 commits into from
Sep 30, 2024

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Sep 30, 2024

Following up on a series of PRs to try and fix cypress run, latest being this one #30430.

Here I'm working a bit in the dark since the logic on master in CI is slightly different from the logic in PRs.

On my latest try, I had an error related to a combination of retries in the context where the dashboard is used. Issue was around the group id's not being unique. Here I'm working around it by adding the attempt number to the group's id, which should fix it.

At this point I'm beyond annoyed with Cypress. Last try before I shut down using the dashboard feature (a paying service we don't really get much if any benefit from) at all.

Previous error for reference:
Screenshot 2024-09-30 at 9 26 33 AM

Following up on a series of PRs to try and fix cypress run, latest being this one #30430.

Here I'm working a bit in the dark since the logic on `master` in CI is slightly different from the logic in PRs.

On my latest try, I had an error related to a combination of retries in the context where the dashboard is used. Issue was around the group id's not being unique. Here I'm working around it by adding the attempt number to the group's id, which should fix it.

At this point I'm beyond annoyed with Cypress. Last try before I shut down using the dashboard feature (a paying service we don't really get much if any benefit from) at all.
@dosubot dosubot bot added the change:backend Requires changing the backend label Sep 30, 2024
@mistercrunch
Copy link
Member Author

This ran as expected except all 5 retries ran and failed, trying to break down nativeFilters.test.ts into 2 files... hopefully the second test group doesn't depend on the first one...

@rusackas
Copy link
Member

rusackas commented Sep 30, 2024

At this point I'm beyond annoyed with Cypress. Last try before I shut down using the dashboard feature (a paying service we don't really get much if any benefit from) at all.

angry-burn
(Not sure if such language is allowed on github, but I always think of this Harold & Kumar scene in moments like this.)

@mistercrunch
Copy link
Member Author

OK THIS IS IT! The CYPRESS SAGA IS OVER. MERGE! MERGE! MERGE! MERGE!

Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go go go

@mistercrunch mistercrunch merged commit daa4b1d into master Sep 30, 2024
39 of 40 checks passed
@mistercrunch
Copy link
Member Author

hizzie-cat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:backend Requires changing the backend preset-io size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants