-
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
chore(cspell
): use --quiet
flag
#7110
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/03/2023 11:39:30pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 61f0e0d Started: 10/03/2023 11:33:41pm 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 |
0% (0)0 / 48 runsfailed over last 7 days |
6.25% (3)3 / 48 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/03/2023 11:39:30pm 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 / 101 runsfailed over last 7 days |
32.67% (33)33 / 101 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
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 |
7.37% (7)7 / 95 runsfailed over last 7 days |
49.47% (47)47 / 95 runsflaked over last 7 days |
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 87 runsfailed over last 7 days |
43.68% (38)38 / 87 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 / 103 runsfailed over last 7 days |
3.88% (4)4 / 103 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 |
0% (0)0 / 134 runsfailed over last 7 days |
56.72% (76)76 / 134 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7110 +/- ##
==========================================
- Coverage 55.60% 55.27% -0.33%
==========================================
Files 650 650
Lines 26102 26102
Branches 2549 2549
==========================================
- Hits 14515 14429 -86
- Misses 10889 10975 +86
Partials 698 698
*This pull request uses carry forward flags. Click here to find out more. see 17 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.
LGTM
Closes #7109
Describe your changes:
Adds the
--quiet
flag to ourlint:spelling
script in order to reduce log bloat fromcspell
output.All Submissions:
Author Checklist
Reviewer Checklist