-
Notifications
You must be signed in to change notification settings - Fork 317
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: close init after assigning storage settings #2678
Conversation
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.
Are there tests for this?
Tests failed. https://github.com/rudderlabs/rudder-server/actions/runs/3427651131/jobs/5710914119 Needs to fix tests to adapt to the new behavior. @BonapartePC |
also got this error while running tests in
|
Fixed the tests |
Codecov ReportBase: 45.43% // Head: 45.43% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/1.3.x #2678 +/- ##
==============================================
Coverage 45.43% 45.43%
==============================================
Files 287 287
Lines 47777 47803 +26
==============================================
+ Hits 21707 21721 +14
- Misses 24691 24703 +12
Partials 1379 1379
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
Close Init after storage settings are assigned and log errors while uploading proc_errors instead of panic
Notion Ticket
https://www.notion.so/rudderstacks/Allow-Customers-to-use-self-storage-26f45f75e38b4ef6bd872bea6187aa06
Security