-
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
Removed errant brace in ObjectAPI Error #7192
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/31/2023 02:08:51am UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: d11f718 Started: 10/31/2023 02:03:04am UTC Current Playwright Test Results Summary✅ 147 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/31/2023 02:08:51am 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 |
2.97% (3)3 / 101 runsfailed over last 7 days |
50.50% (51)51 / 101 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 Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
6.60% (7)7 / 106 runsfailed over last 7 days |
38.68% (41)41 / 106 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 |
4.46% (5)5 / 112 runsfailed over last 7 days |
66.96% (75)75 / 112 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7192 +/- ##
==========================================
+ Coverage 54.99% 55.45% +0.45%
==========================================
Files 651 651
Lines 26192 26192
Branches 2536 2536
==========================================
+ Hits 14405 14524 +119
+ Misses 11085 10968 -117
+ Partials 702 700 -2
*This pull request uses carry forward flags. Click here to find out more.
... and 31 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Describe your changes:
Removed the trailing brace in an Error from the Object API.All Submissions:
Author Checklist
Reviewer Checklist