-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
atlantis unlock
results in misleading error: Failed to delete PR locks
#3877
Labels
bug
Something isn't working
Comments
I would happily prep a fix for this bug 👍🏼 |
please do Bruno, I will be greatly appreciated.
…On Thu, Oct 19, 2023, 5:39 p.m. Bruno Schaatsbergen < ***@***.***> wrote:
I would happily prep a fix for this bug 👍🏼
—
Reply to this email directly, view it on GitHub
<#3877 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERAGQIY2ZFBMMWDBNLDYAHB35AVCNFSM6AAAAAA6IBU6WKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZRHA4TEOJTGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes please put in a PR. I followed the thread in slack. Great sleuthing by Gabriel and hoping for a fix soon! Only closing to consolidate conversation in original ticket |
@bschaatsbergen, please read #3845 (comment) before starting work on a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Overview of the Issue
Since v0.26.0 I keep getting "Failed to delete PR locks" when commenting atlantis unlock, and actually the locks are deleted successfully without any issue.
Reproduction Steps
Logs
Environment details
Additional Context
It was introduced here possibly https://github.com/runatlantis/atlantis/pull/3751/files#diff-718a5cf3b673c927e6c880baa4e7a7be3e729fe0a74e6749b89c39448f8ef83cR61
and then calls
DeletePlan calls GetPlanFilename to get the plan filename (here)
but since 0.26, starting on the PR above, the projName is empty, so the filename will always be
%s.tfplan
, but in my case it should’ve been%s-%s.tfplan
like you show on you plan commandThe text was updated successfully, but these errors were encountered: