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

Update PARALLEL_GROUP_PARAMS_MISMATCH error #24734

Closed
estrada9166 opened this issue Nov 18, 2022 · 1 comment · Fixed by #24799
Closed

Update PARALLEL_GROUP_PARAMS_MISMATCH error #24734

estrada9166 opened this issue Nov 18, 2022 · 1 comment · Fixed by #24799
Assignees

Comments

@estrada9166
Copy link
Member

estrada9166 commented Nov 18, 2022

What would you like?

Update the error that is thrown when the cloud responds with PARALLEL_GROUP_PARAMS_MISMATCH - the cloud is gonna include in the payload the difference in the specs (in case there are) and also the difference in the params (in case there are)

Payload:

{
  runId: string,
  runUrl: string,
  differentSpecs: string[],
  differentParams: {
    [string]: {
      previous: string,
      current: string
    }
  },
}

This change only adds a new field in the returned payload (differentParams).

Also, we can reshape the differentParams type in the case is needed

Why is this needed?

To simplify the process of identifying machine mismatches

Other

No response

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Dec 13, 2022

Released in 12.1.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v12.1.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Dec 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants