You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are hooks for unlink and unlinkat, as far as I can see those hooks are not tested anywhere.
We should add an E2E test (or add them to an existing test, doesn't matter), and test for each of the two:
calling on a remote path (i.e. a path that is configured to be written remotely)
calling on a relative path (should be bypassed)
calling on a local path (i.e. a path that is supposed to be bypassed by mirrord)
There are hooks for unlink and unlinkat, as far as I can see those hooks are not tested anywhere.
We should add an E2E test (or add them to an existing test, doesn't matter), and test for each of the two:
The text was updated successfully, but these errors were encountered: