-
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
fix: suppress deprecation warnings to once per unique args #6875
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 08/01/2023 11:50:47pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 1ebb081 Started: 08/01/2023 11:48:22pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
CouchDB Status Indicator with mocked responses @couchdb Shows unknown if it receives an unexpected response code
Retry 1 • Initial Attempt |
0% (0)0 / 54 runsfailed over last 7 days |
3.70% (2)2 / 54 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 131 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 08/01/2023 11:50:47pm 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 |
4.26% (4)4 / 94 runsfailed over last 7 days |
11.70% (11)11 / 94 runsflaked over last 7 days |
📄 functional/plugins/conditionSet/conditionSet.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Basic Condition Set Use ConditionSet should output blank instead of the default value
Retry 1 • Initial Attempt |
10.58% (11)11 / 104 runsfailed over last 7 days |
39.42% (41)41 / 104 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 2 • Retry 1 • Initial Attempt |
1.14% (1)1 / 88 runfailed over last 7 days |
13.64% (12)12 / 88 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 |
0% (0)0 / 91 runsfailed over last 7 days |
17.58% (16)16 / 91 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 |
2.50% (3)3 / 120 runsfailed over last 7 days |
17.50% (21)21 / 120 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6875 +/- ##
==========================================
+ Coverage 46.91% 48.27% +1.36%
==========================================
Files 643 643
Lines 25622 25629 +7
Branches 2505 2505
==========================================
+ Hits 12020 12372 +352
+ Misses 13126 12783 -343
+ Partials 476 474 -2
*This pull request uses carry forward flags. Click here to find out more.
... and 47 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Closes #6870
Describe your changes:
Suppresses deprecation warnings in the TimeAPI to once per unique args
All Submissions:
Author Checklist
Reviewer Checklist