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

Test effects of concurrent mutations on directory structure #128

Closed
1 of 3 tasks
jamesbornholt opened this issue Mar 10, 2023 · 1 comment · Fixed by #386
Closed
1 of 3 tasks

Test effects of concurrent mutations on directory structure #128

jamesbornholt opened this issue Mar 10, 2023 · 1 comment · Fixed by #386

Comments

@jamesbornholt
Copy link
Member

jamesbornholt commented Mar 10, 2023

Right now we don't have any test coverage of concurrent mutation—what happens if objects are created/mutated/deleted on the S3 side while Mountpoint is interacting with them. We need to get test coverage of these behaviors and then define our intended semantics for them.

  • Concurrent object mutation while reading -- cause future reads to fail when detected
  • Concurrent creation/removal of implicit directories -- create/remove foo/bar when foo already existed
  • Concurrent creation of explicit directories -- create/remove foo/ when foo already existed
@sauraank
Copy link
Contributor

sauraank commented May 4, 2023

I think fuse test for prefetching covers the case of causing failure to future reads when concurrent mutation are done while reading? Or we talking about something else here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants