-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
test(core): Fix multiple parallel private key checks (no-changelog) #9012
Conversation
2 flaky tests on run #4605 ↗︎
Details:
5-ndv.cy.ts • 1 flaky test
24-ndv-paired-item.cy.ts • 1 flaky test
Review all test suite changes for PR #9012 ↗︎ |
✅ All Cypress E2E specs passed |
✅ All Cypress E2E specs passed |
Got released with |
Hello guys, After upgrading to the latest version of n8n, my Docker environment became stuck and is not booting up. Error :
Versions :
Any recommendations are appreciated. (Please except migrate to the PostgreSQL) 🙏 |
thanks for letting us know. |
n8n/packages/cli/src/databases/migrations/common/1711390882123-MoveSshKeysToDatabase.ts Line 109 in 58518b6
|
Yeah. the query is invalid because of the double One issue here is that we deprecated MySQL support almost a year ago, and don't test on MySQL as extensively anymore. |
Prevent migration
MoveSshKeysToDatabase1711390882123
from failing during multiple parallel private key checks during test runs, leading tothis.cipher.encrypt(undefined)
.