edge
edge copied to clipboard
Enable OL tests for partial implementation of Object Lock
Goal
This issue is to make meaningful progress on Object Lock implementation within core and edge services. Specifically, to support immutable backups in backup software products like Veeam.
What needs to be done? • Acceptance Criteria
Let's find tests in test suites that we use that can be enabled for what we already implemented.
Depends on…
At least #397.
Links
- an easy-to-read and insightful introduction to Object Lock: Using S3 Object Lock
Ceph object lock tests enabled in gateway-st , not main, currently failing. Further review is needed.
Report of failing tests and review of tests enabled underway.
Change testsuite/ceph: Enable OL tests for partial implementation of Object Lock mentions this issue.
We're only able to pass one addtional ceph test, test_object_lock_put_obj_retention_invalid_mode
. The remaining tests are relying on setup code using put_object_lock_configuration. I think we should wait on this ticket until https://github.com/storj/edge/issues/501 is complete.
We're only able to pass one addtional ceph test,
test_object_lock_put_obj_retention_invalid_mode
. The remaining tests are relying on setup code using put_object_lock_configuration. I think we should wait on this ticket until #501 is complete.
bummer. but makes sense - we have initial validation from manual tests and associated integration tests...