test: [M3-10708] - Experimental Cypress workarounds for test failures#13154
Closed
jdamore-linode wants to merge 1 commit intolinode:developfrom
Closed
test: [M3-10708] - Experimental Cypress workarounds for test failures#13154jdamore-linode wants to merge 1 commit intolinode:developfrom
jdamore-linode wants to merge 1 commit intolinode:developfrom
Conversation
Contributor
Author
|
Welp 🤷♂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
This is an experimental change to see if we can work around the Cypress test failures we're seeing since merging PR #13084. These failures stem from performance issues in the v4beta
/account/eventsendpoint which should be resolved soon. These changes are intended to get the tests in a workable state during the interim, and are intended to be removed as soon as possible.After some brief manual testing, this seems to reliably fix some of the failures but I'm not certain it will fix all of them. I'm opening this PR to see how it does in CI, whether there are any other major failures remaining, and whether we can address those as well. If this doesn't make a substantial impact, I plan to close the PR so we can explore other routes instead.
Changes 🔄
smoke-create-image.spec.tsto ensure intercept/mock gets set up before Cloud fires the requestScope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
N/A. This is purely for development purposes.
How to test 🧪
Pending