github.com/cs3org/reva/v2@v2.27.7/changelog/1.6.0_2021-02-16/non-deterministic-ocis-storage-test.md (about) 1 Enhancement: Capture non-deterministic behavior on storages 2 3 As a developer creating/maintaining a storage driver I want to be able to validate the atomicity of all my storage driver operations. 4 * Test for: Start 2 uploads, pause the first one, let the second one finish first, resume the first one at some point in time. Both uploads should finish. Needs to result in 2 versions, last finished is the most recent version. 5 * Test for: Start 2 MKCOL requests with the same path, one needs to fail. 6 7 https://github.com/cs3org/reva/pull/1430