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

Use unique user accounts for e2e Cypress tests #1469

Open
bourgeoisor opened this issue Apr 26, 2023 · 1 comment
Open

Use unique user accounts for e2e Cypress tests #1469

bourgeoisor opened this issue Apr 26, 2023 · 1 comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@bourgeoisor
Copy link
Member

Currently, the Cypress e2e tests creates predefine user accounts to run tests and then deletes them. This can fail through race conditions if multiple instances of these tests are running simultaneously against the same cluster (for example, if we trigger multiple Cloud Deploy promotions at the same time). We should investigate if we can generate user accounts that would be unique per-instance of Cypress.

@bourgeoisor bourgeoisor added type: cleanup An internal cleanup or hygiene concern. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Apr 26, 2023
@bourgeoisor
Copy link
Member Author

This is still important to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

1 participant