-
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
Adds limits subscription to the Telemetry API #6735
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 07/15/2023 12:08:46am UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 72272c9 Started: 07/15/2023 12:02:50am UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Notebook Tests with CouchDB @couchdb Inspect Notebook Entry Network Requests
Retry 1 • Initial Attempt |
8.51% (4)4 / 47 runsfailed over last 7 days |
63.83% (30)30 / 47 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 133 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 07/15/2023 12:08:46am UTC)
⚠️ Flakes
📄 functional/plugins/plot/autoscale.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Autoscale User can set autoscale with a valid range @snapshot
Retry 1 • Initial Attempt |
39.64% (67)67 / 169 runsfailed over last 7 days |
5.92% (10)10 / 169 runsflaked over last 7 days |
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Example Imagery Object Can use Mouse Wheel to zoom in and out of latest image
Retry 1 • Initial Attempt |
0.57% (1)1 / 176 runfailed over last 7 days |
76.70% (135)135 / 176 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6735 +/- ##
==========================================
- Coverage 58.03% 53.76% -4.27%
==========================================
Files 402 631 +229
Lines 12233 25144 +12911
Branches 0 2516 +2516
==========================================
+ Hits 7099 13518 +6419
- Misses 5134 10953 +5819
- Partials 0 673 +673
*This pull request uses carry forward flags. Click here to find out more.
... and 376 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.
This looks good to me! I'll wait on @akhenry before merging since it's API.
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.
Looks great! Just one suggestion on documentation.
Also we need some tests.
Added tests here: akhenry/openmct-yamcs#333 |
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.
Changes in this PR look good, but comment on openmct-yamcs PR needs addressed - akhenry/openmct-yamcs#333 (review)
Closes VIPEROMCT-295
Describe your changes:
Adds a subscribeToLimits method to the telemetry API
See related PR here: akhenry/openmct-yamcs#333
All Submissions:
Author Checklist
Reviewer Checklist