-
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
Fix couchdbsearchfolder and allow clocky reports #6770
Fix couchdbsearchfolder and allow clocky reports #6770
Conversation
Allow ttt-reports to be viewed as web pages
…d to the viper-openmct repo instead
Current Playwright Test Results Summary✅ 13 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/13/2023 07:50:35pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 22ea533 Started: 07/13/2023 07:45:39pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Display Layout When multiple plots are contained in a layout, we only ask for annotations once @couchdb
Retry 1 • Initial Attempt |
2.86% (1)1 / 35 runfailed over last 7 days |
14.29% (5)5 / 35 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 123 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 07/13/2023 07:50:35pm UTC)
⚠️ Flakes
📄 functional/plugins/plot/tagging.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Plot Tagging Tags work with Plot View of telemetry items
Retry 1 • Initial Attempt |
0% (0)0 / 72 runsfailed over last 7 days |
25% (18)18 / 72 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 |
1.69% (2)2 / 118 runsfailed over last 7 days |
77.12% (91)91 / 118 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6770 +/- ##
==========================================
+ Coverage 53.73% 53.78% +0.05%
==========================================
Files 624 624
Lines 24898 24901 +3
Branches 2498 2498
==========================================
+ Hits 13378 13394 +16
+ Misses 10848 10836 -12
+ Partials 672 671 -1
*This pull request uses carry forward flags. Click here to find out more.
... and 5 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.
Let's deploy this to dev on Wednesday
@@ -54,7 +54,7 @@ export default class ViewLargeAction { | |||
|
|||
return ( | |||
childElement && | |||
!childElement.classList.contains('js-main-container') && | |||
!childElement?.classList.contains('js-main-container') && |
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.
is there an issue for this?
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.
No there isn't an issue. I'm unsure why this issue happened or how to reproduce it too.
To test:
|
@unlikelyzero to regression test plans |
@shefalijoshi I see the following error on |
OK this should be fixed now. Good find! |
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.
Can you file an issue to test for the viewLargeAction.js
change for testathon?
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.
Just have a question!
return function install(openmct) { | ||
const couchProvider = couchPlugin.couchProvider; | ||
//replace any non-letter/non-number with a hyphen | ||
const couchSearchId = (folderName || DEFAULT_NAME).replace(/[^a-zA-Z0-9]/g, '-'); |
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.
Would there ever be a situation where folderName isn't passed in? seems unlikely if couchPlugin and searchFilter are expected?
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.
Correct. But this was in case someone put in empty string or something.
|
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 good to me!
Closes VIPEROMCT-62 and #6794
Describe your changes:
Adds unique identifiers for couchdbsearchfolder since multiple instances of the folders was overwriting the original with a hardcoded name
All Submissions:
Author Checklist
Reviewer Checklist