minio/cmd/testdata
Klaus Post 650efc2e96
Fix listing in objects split across pools (#19227)
Merging same-object - multiple versions from different pools would not always result in correct ordering.

When merging keep inputs separate.

```
λ mc ls --versions local/testbucket
------ before ------

[2024-03-05 20:17:19 CET]   228B STANDARD 1f163718-9bc5-4b01-bff7-5d8cf09caf10 v3 PUT hosts
[2024-03-05 20:19:56 CET]  19KiB STANDARD null v2 PUT hosts
[2024-03-05 20:17:15 CET]   228B STANDARD 73c9f651-f023-4566-b012-cc537fdb7ce2 v1 PUT hosts

------ after ------
λ mc ls --versions local/testbucket
[2024-03-05 20:19:56 CET]  19KiB STANDARD null v3 PUT hosts
[2024-03-05 20:17:19 CET]   228B STANDARD 1f163718-9bc5-4b01-bff7-5d8cf09caf10 v2 PUT hosts
[2024-03-05 20:17:15 CET]   228B STANDARD 73c9f651-f023-4566-b012-cc537fdb7ce2 v1 PUT hosts
```
2024-03-08 09:50:48 -08:00
..
config Add support of conf file to pass arguments and options (#18592) 2023-12-07 01:33:56 -08:00
decryptObjectInfo.json.zst
metacache.s2
xl-many-parts.meta add missing testdata for benchmarking 2023-09-02 14:40:38 -07:00
xl-meta-consist.zip Fix inconsistent metadata after healing (#14125) 2022-01-19 10:48:00 -08:00
xl-meta-inline-notinline.zip Do not use inline data size in xl.meta quorum calculation (#14831) 2022-05-24 06:26:38 -07:00
xl-meta-merge.zip Fix listing in objects split across pools (#19227) 2024-03-08 09:50:48 -08:00
xl.meta fix: enable xl.json to xl.meta only if legacy drive is found (#11255) 2021-01-11 02:27:04 -08:00
xl.meta-corrupt.gz do not crash readXLMetaNoData - if the `xl.meta` has incorrect content (#14538) 2022-03-14 09:07:46 -07:00
xl.meta-v1.2.zst Improve performance on multiple versions (#13573) 2021-11-18 12:15:22 -08:00