-
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
[CI] Fix couchdb e2e trigger and run nightly, part 3 #6782
Conversation
@@ -77,7 +77,6 @@ const config = { | |||
} | |||
], | |||
['junit', { outputFile: '../test-results/results.xml' }], | |||
['github'], |
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.
driveby: this causes too much confusion
Current Playwright Test Results Summary✅ 13 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/07/2023 08:21:56pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 2d1dca8 Started: 07/07/2023 08:17:10pm 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 |
7.14% (1)1 / 14 runfailed over last 7 days |
78.57% (11)11 / 14 runsflaked over last 7 days |
📄 functional/plugins/displayLayout/displayLayout.e2e.spec.js • 1 Flake
Test Case Results
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 2 • Retry 1 • Initial Attempt |
0% (0)0 / 14 runsfailed over last 7 days |
21.43% (3)3 / 14 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6782 +/- ##
==========================================
+ Coverage 53.87% 54.42% +0.54%
==========================================
Files 624 396 -228
Lines 24848 12067 -12781
Branches 2493 0 -2493
==========================================
- Hits 13386 6567 -6819
+ Misses 10794 5500 -5294
+ Partials 668 0 -668
*This pull request uses carry forward flags. Click here to find out more. see 412 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Describe your changes:
pr:e2e:couchdb
trigger to register more frequentlyAll Submissions:
Author Checklist
Reviewer Checklist