Page MenuHomePhorge

Throw an error if we attempt to release a manually executed job.
ClosedPublic

Authored by mollekopf on Sep 9 2022, 10:01 AM.
Tags
None
Referenced Files
F12025845: D3821.id.diff
Mon, May 6, 8:04 AM
Unknown Object (File)
Sun, May 5, 3:52 PM
Unknown Object (File)
Sat, May 4, 3:27 PM
Unknown Object (File)
Thu, May 2, 7:02 PM
Unknown Object (File)
Sun, Apr 28, 12:11 AM
Unknown Object (File)
Thu, Apr 25, 11:02 PM
Unknown Object (File)
Sun, Apr 21, 4:59 PM
Unknown Object (File)
Sun, Apr 21, 4:59 PM
Subscribers

Diff Detail

Repository
rK kolab
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40037
Build 16223: arc lint + arc unit

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Sep 9 2022, 10:02 AM
machniak subscribed.

This does not sound right. In your use-case we do release(60) which is not "failing silently" but waiting for domain to be set up and trying again.

This revision now requires changes to proceed.Sep 20 2022, 12:20 PM

I don't think there's anything retrying if we're manually executing the job, so I stand by my proposal.

Please, add an explanatory comment .

This revision is now accepted and ready to land.Sep 20 2022, 1:51 PM

Adjusted tests to expect the exception. All tests are passing.

This revision was automatically updated to reflect the committed changes.