minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
79 stars 50 forks source link

[test] Add tests to verify if object name with "/" doesn't peg the CPU load #146

Closed harshavardhana closed 6 years ago

harshavardhana commented 6 years ago

https://github.com/minio/minio/pull/4962 related to the fix done on server side.

deekoder commented 6 years ago

Please clarify is it done and can beclosed?

harshavardhana commented 6 years ago

Please clarify is it done and can beclosed?

Its not done yet @deekoder . We need to add a test.

harshavardhana commented 6 years ago

Thought about this but there is just no real way to validate this.. through mint.

balamurugana commented 6 years ago

Can this be possible with aws sdks and/or s3cmd awscli tools?

harshavardhana commented 6 years ago

It is not possible through command line tools AFAIK. But it is not possible to know if server is using 100% CPU from mint. So we need to perhaps bring a unit test on server instead.

balamurugana commented 6 years ago

I guess no test will help to find CPU usage ie can't check CPU usage in the test I think the goal is to test whether server returns a failure or not.

nitisht commented 6 years ago

@harshavardhana if there is no way to add this, shall we close this?

harshavardhana commented 6 years ago

Closing since it's not possible to reproduce this to a measurable value.