-
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
Only load annotations in fixed time mode or frozen #6866
Only load annotations in fixed time mode or frozen #6866
Conversation
Current Playwright Test Results Summary✅ 14 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/03/2023 11:44:03am UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 0227ca5 Started: 08/03/2023 11:42:10am UTC Current Playwright Test Results Summary✅ 134 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/03/2023 11:44:03am UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 107 runsfailed over last 7 days |
19.63% (21)21 / 107 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
2.22% (3)3 / 135 runsfailed over last 7 days |
23.70% (32)32 / 135 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6866 +/- ##
==========================================
+ Coverage 48.26% 48.38% +0.12%
==========================================
Files 644 644
Lines 25636 25628 -8
Branches 2499 2496 -3
==========================================
+ Hits 12373 12400 +27
+ Misses 12787 12751 -36
- Partials 476 477 +1
*This pull request uses carry forward flags. Click here to find out more.
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…ding-annotations-to-a-plot
…ons-to-a-plot' of github.com:nasa/openmct into 6822-major-performance-degradation-when-adding-annotations-to-a-plot
…ding-annotations-to-a-plot
…ding-annotations-to-a-plot
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.
LGTM
@@ -94,6 +98,13 @@ async function createDomainObjectWithDefaults(page, { type, name, parent = 'mine | |||
await notesInput.fill(page.testNotes); | |||
} | |||
|
|||
// If there are any further parameters, fill them in | |||
for (const [key, value] of Object.entries(customParameters)) { |
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.
oh sweet
Created #6893 to also backmerge this into 3.0.1 |
* fix annotations load to not happen on start * remove range checking per annotated point * back to local variable * reduce tagging size to improve reliability of test * remove .only * remove .only * reduce hz rate for functional test and keep high frequency test in performance * remove console.debugs * this test runs pretty fast now * fix network request tests to match new behavior
#6902) Only load annotations in fixed time mode or frozen (#6866) * fix annotations load to not happen on start * remove range checking per annotated point * back to local variable * reduce tagging size to improve reliability of test * remove .only * remove .only * reduce hz rate for functional test and keep high frequency test in performance * remove console.debugs * this test runs pretty fast now * fix network request tests to match new behavior
Closes #6822
Describe your changes:
Only load annotations if in fixed time mode or frozen.
All Submissions:
Author Checklist
Reviewer Checklist