Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undeterministic upload tests #1430

Merged
merged 5 commits into from
Feb 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add changelog
  • Loading branch information
refs committed Feb 2, 2021
commit 8d2c1162ecf34f162f12147a8d6b1e3a59eb868f
7 changes: 7 additions & 0 deletions changelog/unreleased/non-deterministic-ocis-storage-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Capture non-deterministic behavior on upload on the oCIS storage driver.

As a developer creating/maintaining a storage driver I want to be able to validate the atomicity of all my storage driver operations.
* 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.
* Test for: Start 2 MKCOL requests with the same path, one needs to fail.

https://github.com/cs3org/reva/pull/1430