-
Notifications
You must be signed in to change notification settings - Fork 266
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
Improve E2E tests #12366
Merged
Merged
Improve E2E tests #12366
Conversation
This file contains 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
Closed
richard-cox
force-pushed
the
flaky-test-pod-spec
branch
from
October 30, 2024 11:07
4da6ccd
to
113df34
Compare
- causes MASSSIVE socket spam if the rancher revision exceeds it
also comment out .skip, they play HAVOC with test reports
This reverts commit 9aaaabb.
richard-cox
force-pushed
the
flaky-test-pod-spec
branch
from
November 1, 2024 10:00
e055cb3
to
2afda2a
Compare
@richard-cox it needs a rebase 🙏 conflicts... 😢 |
yonasberhe23
approved these changes
Nov 6, 2024
richard-cox
added a commit
to richard-cox/dashboard
that referenced
this pull request
Nov 11, 2024
* Improve pod.spec test * Improve another repo spec test * vai test improvements * Various fixes * pagination change fixes * pagination change fixes + new settings * Update settings-utils.ts * Fixes * create name fixes * improve namespace picker test * Fix user response * fixes * fixes * fixes * Make up for userpreference lag by waiting for desired value * Dont include junk revision in mock resources - causes MASSSIVE socket spam if the rancher revision exceeds it * update burger menu, make it clear there's pinned and other cluster lists also comment out .skip, they play HAVOC with test reports * improve tableRowsPerPageAndNamespaceFilter * fix project-namespace * more fixes... * Revert "Dont include junk revision in mock resources" This reverts commit 9aaaabb. * real revision fix * lint fixes are commenting out skip * use common resource revision * safer userpref check * fix standard user tests * more linting * because why not * fixes/improvements * Add retry to updateNamespaceFilter * improve CRD list check for count * after own review * tie in failure and retry to tableRowsPerPageAndNamespaceFilter * handle events count less than 500... * fix merge fail
7 tasks
richard-cox
added a commit
to richard-cox/dashboard
that referenced
this pull request
Nov 11, 2024
* Improve pod.spec test * Improve another repo spec test * vai test improvements * Various fixes * pagination change fixes * pagination change fixes + new settings * Update settings-utils.ts * Fixes * create name fixes * improve namespace picker test * Fix user response * fixes * fixes * fixes * Make up for userpreference lag by waiting for desired value * Dont include junk revision in mock resources - causes MASSSIVE socket spam if the rancher revision exceeds it * update burger menu, make it clear there's pinned and other cluster lists also comment out .skip, they play HAVOC with test reports * improve tableRowsPerPageAndNamespaceFilter * fix project-namespace * more fixes... * Revert "Dont include junk revision in mock resources" This reverts commit 9aaaabb. * real revision fix * lint fixes are commenting out skip * use common resource revision * safer userpref check * fix standard user tests * more linting * because why not * fixes/improvements * Add retry to updateNamespaceFilter * improve CRD list check for count * after own review * tie in failure and retry to tableRowsPerPageAndNamespaceFilter * handle events count less than 500... * fix merge fail
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.
Summary
Contributes to #12356
Occurred changes and/or fixed issues
Generally
Specifically
Not fixed
count
checks are incorrect we should update others to follow pattern in crd spec)Technical notes summary
For adding to guide - see #12483
createE2EResourceName
(lots of examples available)resourceRevision
andrevision
are set to CYPRESS_SAFE_RESOURCE_REVISION.skip
to temporarily disable tests and instead comment them out.Checklist