-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
do not store state in singleton action #7121
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/10/2023 09:32:53pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 4de255a Started: 10/10/2023 09:30:15pm 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 |
2.13% (1)1 / 47 runfailed over last 7 days |
8.51% (4)4 / 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/10/2023 09:32:53pm UTC)
⚠️ Flakes
📄 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 |
0% (0)0 / 76 runsfailed over last 7 days |
15.79% (12)12 / 76 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 in Display Layout View Large action leaves keeps realtime mode paused
Retry 1 • Initial Attempt |
0% (0)0 / 80 runsfailed over last 7 days |
6.25% (5)5 / 80 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 |
1.79% (2)2 / 112 runsfailed over last 7 days |
58.93% (66)66 / 112 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 |
6.17% (5)5 / 81 runsfailed over last 7 days |
56.79% (46)46 / 81 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7121 +/- ##
==========================================
+ Coverage 55.80% 55.82% +0.02%
==========================================
Files 651 651
Lines 26114 26114
Branches 2521 2521
==========================================
+ Hits 14572 14578 +6
+ Misses 10841 10839 -2
+ Partials 701 697 -4
*This pull request uses carry forward flags. Click here to find out more.
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Looks great, thanks @davetsay ! Nice work. |
Co-authored-by: Andrew Henry <akhenry@gmail.com>
do not store state in singleton action (#7121) Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>
Re Closes #7089
Describe your changes:
Scope new objects to create to the function itself
All Submissions:
Author Checklist
Reviewer Checklist