Skip to content
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

Reduced the number of files in testRemoveMultipleObjects test #888

Merged
merged 1 commit into from
Nov 22, 2017

Conversation

ebozduman
Copy link
Contributor

@ebozduman ebozduman commented Nov 22, 2017

Introduced change is to stop gcs server failing with "We encountered an internal error, please try again." when dealing with many files more than it can handle.
Fixes #887

@deekoder deekoder requested review from harshavardhana, krisis and donatello and removed request for krisis November 22, 2017 02:57
Copy link
Member

@harshavardhana harshavardhana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - The change this brings which we should be aware is 1100 objects were used to test that multi object delete is done in batches, basically our code is able to handle a stream of input data of lot objects but we are making sure we are deleting 1000 at a time.

Since there is no easier way to see that occur or validate, keeping it 200 would work too.

@deekoder deekoder merged commit adc7764 into minio:master Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants