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(cy): avoid double upload to prevent lock error #6760

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

max-nextcloud
Copy link
Collaborator

isolateTest in beforeEach already uploads the file.

Uploading it again in the no actual conflict - just reload case
sometimes led to 423 - Locked responses.

Use cy.createTestDir() instead and upload only once.

Signed-off-by: Max [email protected]

`isolateTest` in `beforeEach` already uploads the file.

Uploading it again in the `no actual conflict - just reload` case
sometimes led to 423 - Locked responses.

Use `cy.createTestDir()` instead and upload only once.

Signed-off-by: Max <[email protected]>
@max-nextcloud max-nextcloud added tests If you write them we ♥ you 3. to review labels Dec 9, 2024
@max-nextcloud
Copy link
Collaborator Author

Copy link
Member

@mejo- mejo- left a comment

Choose a reason for hiding this comment

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

Thanks so much for looking into this ❤️

Shall we backport to stable30 and stable29?

@mejo- mejo- merged commit e2979a4 into stable29 Dec 10, 2024
58 checks passed
@mejo- mejo- deleted the fix/stable29-cypress-conflict-spec branch December 10, 2024 10:04
@mejo-
Copy link
Member

mejo- commented Dec 10, 2024

/backport to stable30

@max-nextcloud
Copy link
Collaborator Author

Shall we backport to stable30 and stable29?

This is stable29 😉

I'll trigger backports to main and stable28.

@max-nextcloud
Copy link
Collaborator Author

/backport to main

@max-nextcloud
Copy link
Collaborator Author

/backport to stable28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review tests If you write them we ♥ you
Projects
Status: ☑️ Done
Development

Successfully merging this pull request may close these issues.

2 participants