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

chore: re-enable perf/mem tests on PR + fix broken locator in imagery perf test #7806

Merged
merged 9 commits into from
Aug 13, 2024

Conversation

ozyx
Copy link
Contributor

@ozyx ozyx commented Aug 8, 2024

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:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this a notable change that will require a special callout in the release notes? For example, will this break compatibility with existing APIs or projects that consume these plugins?

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Has this been smoke tested?
  • Have you associated this PR with a type: label? Note: this is not necessarily the same as the original issue.
  • Have you associated a milestone with this PR? Note: leave blank if unsure.
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?

@ozyx ozyx added this to the Target:4.0.0 milestone Aug 8, 2024
@ozyx ozyx added the type:maintenance tests, chores, or project maintenance label Aug 8, 2024
@ozyx ozyx requested a review from unlikelyzero August 8, 2024 14:33
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.84%. Comparing base (0413e77) to head (9aa1ea9).

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              
Flag Coverage Δ
e2e-ci 61.03% <ø> (-0.03%) ⬇️
e2e-full 23.52% <ø> (-24.40%) ⬇️
unit 49.38% <ø> (-0.04%) ⬇️

see 14 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0413e77...9aa1ea9. Read the comment docs.

@ozyx ozyx changed the title test: fix broken locator in imagery perf test chore: re-enable perf/mem tests on PR + fix broken locator in imagery perf test Aug 8, 2024
@ozyx ozyx added the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 8, 2024
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 8, 2024
Copy link
Collaborator

@unlikelyzero unlikelyzero left a 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

@ozyx
Copy link
Contributor Author

ozyx commented Aug 8, 2024

These tests explicitly do not use get by labels. They'll need to maintain the locator pattern

gotcha. will update

@ozyx ozyx requested a review from unlikelyzero August 8, 2024 16:20
@ozyx ozyx added the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 10, 2024
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 10, 2024
@ozyx ozyx added the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 13, 2024
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 13, 2024
@ozyx ozyx enabled auto-merge (squash) August 13, 2024 21:38
@ozyx ozyx added the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 13, 2024
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Aug 13, 2024
@ozyx ozyx merged commit 21a4335 into master Aug 13, 2024
21 checks passed
@ozyx ozyx deleted the locator-fix-for-perf-test branch August 13, 2024 21:55
ozyx added a commit that referenced this pull request Aug 13, 2024
… 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>
ozyx added a commit that referenced this pull request Aug 13, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[e2e] Update references to 'networkidle' on navigation on network tests Re-enable perf tests on all PRs
2 participants