-
Notifications
You must be signed in to change notification settings - Fork 157
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
Implement new method Resolve
of kopia's fs.Symlink
#3280
Conversation
We have a mock type in kanister that implements kopia's `fs.Symlink` interface. Since this interface was recently modified to have a new method the mock type that we have in Kanister started to not implement that. This commit makes sure that we add a dummy implementation of the type.
This pull request has been removed from the queue for the following reason: Pull request #3280 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (detail: Required status check "DCO" is action required.). You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
This pull request has been removed from the queue for the following reason: Pull request #3280 has been dequeued. The pull request rule doesn't match anymore. The following conditions don't match anymore:
You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Change Overview
We have a mock type in kanister that implements kopia's
fs.Symlink
interface. Since this interface was recently modified to have a new method the mock type that we have in Kanister started to not implement that.This commit makes sure that we add a dummy implementation of the type.
Pull request type
Please check the type of change your PR introduces: