-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add unit tests for the service #5
Comments
How about using minio? |
I have spent some time thinking about this task, and it's logical to divide this tasks into two:
I propose leaving the unit test part of the work here, and move the integration test part of the work into a separate task. In the context of this task, I propose to add the following tests:
Probably need to change some of the application code while tests will writes. These changes should be as minimal as possible, since there is no guarantee that the correctness of the code will be maintained in the form of tests at this time. |
Now the tests is absent and such code is difficult to develop and maintain.
To test interaction with S3 the "tarantool-test" bucket can be used.
The text was updated successfully, but these errors were encountered: