-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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: Refactor DB tests (no-changelog) #7292
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7292 +/- ##
==========================================
- Coverage 33.04% 33.03% -0.01%
==========================================
Files 3360 3360
Lines 200366 200366
Branches 22002 21997 -5
==========================================
- Hits 66204 66197 -7
- Misses 133052 133059 +7
Partials 1110 1110 ☔ View full report in Codecov by Sentry. |
Passing run #2314 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
✅ All Cypress E2E specs passed |
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Make sure to check off this list before asking for review. |
482e629
to
27eba32
Compare
@@ -124,12 +124,10 @@ describe('POST /credentials', () => { | |||
}); | |||
|
|||
test('should fail with invalid inputs', async () => { | |||
await Promise.all( |
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.
using await Promise.all(
is somehow causing DB connection resets, leading to failing tests.
Not sure why that is, but switched to a for loop to unblock the CI.
✅ All Cypress E2E specs passed |
Got released with |
* master: fix(editor): Separate cloud endpoint calls (#7312) fix(core): Account for itemless case on restoring binary data ID (#7305) feat(editor): Workflow history [WIP]- create workflow history list component (no-changelog) (#7186) feat(core): Add plan name to telemetry (no-changelog) (#7296) ci: Fix typescript incremental builds (no-changelog) (#7275) fix(Postgres Node): Node requires comma-separated string even when using a single parameter through an expression (#7300) fix(Notion Node): Rename Notion API Key to Internal Integration Token (#7176) 🚀 Release 1.9.0 (#7288) ci: Refactor DB tests (no-changelog) (#7292) fix(HTTP Request Node): Add suggestion how to fix '429 - too many requests' errors (#7293) fix(Respond to Webhook Node): JSON output from expression fix (#7294) feat(core): Add secrets provider reload and refactor (#7277)
DB tests