2020-04-22 19:25:15 +00:00
|
|
|
Testing
|
|
|
|
-------
|
2020-04-08 21:47:34 +00:00
|
|
|
|
2020-04-16 17:57:13 +00:00
|
|
|
How are we going to test that our replication method works correctly?
|
|
|
|
We will have to introduce lots of dummy data and then add/remove nodes many times.
|
2020-04-08 21:47:34 +00:00
|
|
|
|
2020-04-22 19:25:15 +00:00
|
|
|
|
|
|
|
Attaining S3 compatibility
|
|
|
|
--------------------------
|
|
|
|
|
2020-04-26 20:50:23 +00:00
|
|
|
- test multipart uploads
|
|
|
|
- get ranges
|
2020-04-26 20:46:21 +00:00
|
|
|
|
2020-04-26 18:55:13 +00:00
|
|
|
- fix sync not working in some cases ? (when starting from empty?)
|
|
|
|
|
|
|
|
- api_server following the S3 semantics for head/get/put/list/delete: verify more that it works as intended
|
2020-04-24 17:46:52 +00:00
|
|
|
- PUT requests: verify content-md5 if provided
|
2020-04-24 19:01:10 +00:00
|
|
|
- possibly other necessary endpoints ?
|
2020-04-19 20:52:20 +00:00
|
|
|
|
2020-04-08 21:47:34 +00:00
|
|
|
|
2020-04-22 19:25:15 +00:00
|
|
|
Lower priority
|
|
|
|
--------------
|
2020-04-08 21:47:34 +00:00
|
|
|
|
2020-04-12 21:05:53 +00:00
|
|
|
- less a priority: hinted handoff
|
2020-04-22 19:25:15 +00:00
|
|
|
- repair: re-propagate block ref table to rc
|
2020-04-12 21:05:53 +00:00
|
|
|
- FIXME in rpc_server when garage shuts down and futures can be interrupted
|
|
|
|
(tokio::spawn should be replaced by a new function background::spawn_joinable)
|