-
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
[Staleness] Fix staleness on clock change #7088
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 10/04/2023 08:06:31pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: d89e1a9 Started: 10/04/2023 08:03:26pm 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.13% (1)1 / 47 runfailed over last 7 days |
25.53% (12)12 / 47 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 141 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 10/04/2023 08:06:31pm UTC)
⚠️ Flakes
📄 functional/plugins/plot/logPlot.e2e.spec.js • 1 Flake
Test Case Results
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 / 97 runsfailed over last 7 days |
32.99% (32)32 / 97 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
17.71% (17)17 / 96 runsfailed over last 7 days |
54.17% (52)52 / 96 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7088 +/- ##
==========================================
+ Coverage 55.54% 55.72% +0.18%
==========================================
Files 650 650
Lines 26102 26092 -10
Branches 2549 2519 -30
==========================================
+ Hits 14498 14540 +42
+ Misses 10900 10849 -51
+ Partials 704 703 -1
*This pull request uses carry forward flags. Click here to find out more.
... and 6 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.
Nice work! The refactor looks great and moves a lot of the duplication out. Well done!
* Update staleness mixin * Fix listeners and add guard * Add check to make sure staleness only shows for correct clock * Add guard for time api * Cleanup the setting of isStale in ObjectView * Cleanup use of combinedKey on LadTableSet
[Staleness] Fix staleness on clock change (#7088) * Update staleness mixin * Fix listeners and add guard * Add check to make sure staleness only shows for correct clock * Add guard for time api * Cleanup the setting of isStale in ObjectView * Cleanup use of combinedKey on LadTableSet
Closes #6339
Describe your changes:
Refactored staleness out of Vue components and into a mixin where possible. Added the function to unsubscribe/resubscribe staleness on clock change, and added a guard to make sure staleness only applied to correct clock.
All Submissions:
Author Checklist
Reviewer Checklist