You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When minio-go functional test testRemoveMultipleObjects is run against gateway-gcs, it creates 1100 files, each 8 bytes in size, and then tries to remove them. However, gcs server cannot handle the load and fails with We encountered an internal error, please try again. error message.
We just simply don't need to push the gcs server to its edge in a test scenario like this, but instead use much smaller number of files to test multiple object removal functionality.
The text was updated successfully, but these errors were encountered:
ebozduman
changed the title
gateway-gcs: testRemoveMultipleObjects functional test fails since gcs server cannot handle the requested number of files
gateway-gcs: testRemoveMultipleObjects functional test fails (gcs server problem)
Nov 22, 2017
When minio-go functional test
testRemoveMultipleObjects
is run against gateway-gcs, it creates 1100 files, each 8 bytes in size, and then tries to remove them. However, gcs server cannot handle the load and fails withWe encountered an internal error, please try again.
error message.We just simply don't need to push the gcs server to its edge in a test scenario like this, but instead use much smaller number of files to test multiple object removal functionality.
The text was updated successfully, but these errors were encountered: