1
0
mirror of https://github.com/minio/mc.git synced 2025-04-19 21:02:15 +03:00

11 Commits

Author SHA1 Message Date
Aditya Manthramurthy
5f39522e69
Add response details for policy attach/detach cmd (#4602)
For internal IDP.

Also updates madmin-go to v3 as part of this change

- Temporarily disable test_admin_users until minio side fix is merged
2023-06-19 12:31:19 -07:00
Harshavardhana
2679713ec4
update to newer libraries (#4464) 2023-02-02 08:57:14 -08:00
Aditya Manthramurthy
854b4f123f
Bump up madmin-go to v2 (#4382) 2022-12-01 10:41:14 -08:00
Shireesh Anjal
a2753bbaab
Improve format of perf tests output (#4330) 2022-10-27 23:28:06 -07:00
Shireesh Anjal
ba5f9ac373
Upload results of perf tests to SUBNET (#4254) 2022-09-27 02:56:43 -07:00
Shireesh Anjal
6347b436ff
Export perf test result related types (#4246)
So that they can be used by `health-analyzer` when parsing the
performance test results data.
2022-09-15 01:22:42 -07:00
Harshavardhana
5cd7ff8876
cleanup commands to use Go 'err' as 'e' (#4232)
many commands seem to have sort of had
stopped following the expected convention
in `mc` to differentiate *probe.Error.

To keep things readable this PR is the
first attempt at such a cleanup.
2022-09-06 08:03:25 -07:00
Anis Elleuch
3e990e3525
Change the JSON output of mc support perf (#4198)
Change the JSON output of mc support perf

The new change will still print multiple JSON lines for each conducted
performance test but now we have a new field called 'type' field to
difference between network, drive and object tests.

This change also adds 'final' field to indicate this is the final json of a
particular performance testing.

Also, errors when conducting those tests will have a field 'err' as well
in the JSON output.
2022-08-10 08:09:05 -07:00
Anis Elleuch
73b157e4b1
Print a better error msg when net perf is unsupported (#4194)
Netperf is not supported in a standard deployment, this PR will print a
better error message in that case.
2022-08-08 15:20:18 -07:00
Harshavardhana
288e8e3678
update madmin-go to v1.4.5 (#4154) 2022-07-13 22:22:35 -07:00
Harshavardhana
36d5749991
improve UI for netperf inspired from object perf test (#4117)
Refer for the behavior https://asciinema.org/a/501270
2022-06-13 04:17:28 -07:00