Closed
Bug 1489613
Opened 6 years ago
Closed 6 years ago
Landing fails when there are no warnings
Categories
(Conduit :: Lando, defect)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: smacleod)
References
()
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
I have attempted to land the stack ending in D4388 via the beta series landing API at https://lando.services.mozilla.com/D4388/. All the patches are reviewed, so I click the large green "preview landing" button in the bottom right corner. I preview the landing and at the bottom of the preview I ensure there are no warnings to acknowledge. I click "land" in the bottom left and after a moment I am sent back to https://lando.services.mozilla.com/D4388/ with a large red error message which reads: "Landing failed: The warnings present when the request was constructed have changed. Please acknowledge the new warnings and try again."
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Looks like we're sending an empty string as the confirmation token and Lando API is expecting null. Going to update things so that Lando API will except either to mean no confirmation.
Summary: Landing a series of commits fails due to unacknowledged warnings despite no warnings present → Landing fails when there are no warnings
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
This fixes a bug where the current series UI doesn't allow landing
when there are no warnings.
Comment 3•6 years ago
|
||
Comment on attachment 9007345 [details]
transplants: accept empty string as null confirmation_token (Bug 1489613).
Tom Prince [:tomprince] has approved the revision.
Attachment #9007345 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•