-
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
Make Tabs eager loading configurable but default to false #7199
Conversation
Current Playwright Test Results Summary✅ 15 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 01/11/2024 08:10:22am UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 7b9a365 Started: 01/11/2024 08:05:46am UTC Current Playwright Test Results Summary✅ 175 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 01/11/2024 08:10:22am UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
0% (0)0 / 76 runsfailed over last 7 days |
28.95% (22)22 / 76 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
4.11% (3)3 / 73 runsfailed over last 7 days |
36.99% (27)27 / 73 runsflaked over last 7 days |
📄 functional/plugins/telemetryTable/telemetryTable.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1 • Initial Attempt |
6.15% (4)4 / 65 runsfailed over last 7 days |
18.46% (12)12 / 65 runsflaked over last 7 days |
@davetsay let's sync with @scottbell next week to talk about this change |
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 needs a test in Open MCT YAMCS and should be called out in the release notes
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7199 +/- ##
==========================================
+ Coverage 55.82% 55.83% +0.01%
==========================================
Files 666 666
Lines 26513 26514 +1
Branches 2585 2585
==========================================
+ Hits 14800 14805 +5
+ Misses 10998 10994 -4
Partials 715 715
*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.
|
@unlikelyzero , It does not change the behavior of the tabs object what so ever. Why is it a breaking change? |
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.
Good work @davetsay! It does what it says on the tin. Here's before:
Here's after without setting the options installing the tab plugin (defaulting eager loading to false):
And here's with the option in the plugin with eagerLoad
set to true
:
@davetsay I didn't see any testing notes on the ticket, so I put together a draft. Let me know if it looks good to you.
Closes #7198
Describe your changes:
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist