-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: re-enable perf/mem tests on PR + fix broken locator in imagery perf test #7806
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7806 +/- ##
==========================================
- Coverage 57.32% 56.84% -0.49%
==========================================
Files 674 674
Lines 27283 27283
Branches 2669 2669
==========================================
- Hits 15639 15508 -131
- Misses 11305 11436 +131
Partials 339 339
see 14 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests explicitly do not use get by labels. They'll need to maintain the locator pattern
gotcha. will update |
… perf test (#7806) * test: fix broken locator in imagery perf test * Prevent this from happening * make rule explicit * test: maintain `locator()` pattern for contract tests * test(couchdb): try some new techniques to stabilize the test * Revert "test(couchdb): try some new techniques to stabilize the test" This reverts commit 9aa1ea9. * chore: revert to `networkidle` and disable eslint rule * test: add `@network` annotation for tests with real network requests --------- Co-authored-by: Hill, John (ARC-TI)[KBR Wyle Services, LLC] <john.c.hill@nasa.gov>
…n locator in imagery perf test (#7812) chore: re-enable perf/mem tests on PR + fix broken locator in imagery perf test (#7806) * test: fix broken locator in imagery perf test * Prevent this from happening * make rule explicit * test: maintain `locator()` pattern for contract tests * test(couchdb): try some new techniques to stabilize the test * Revert "test(couchdb): try some new techniques to stabilize the test" This reverts commit 9aa1ea9. * chore: revert to `networkidle` and disable eslint rule * test: add `@network` annotation for tests with real network requests --------- Co-authored-by: Hill, John (ARC-TI)[KBR Wyle Services, LLC] <john.c.hill@nasa.gov>
Closes #7807
Closes #7808
Describe your changes:
Fixes a locator in the perf tests which was broken after the merge of #7581 (e2e refactor + linting)
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist