Skip to content
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

Test doRollback #460

Open
jelly opened this issue Nov 24, 2023 · 0 comments
Open

Test doRollback #460

jelly opened this issue Nov 24, 2023 · 0 comments

Comments

@jelly
Copy link
Member

jelly commented Nov 24, 2023

Coverage has uncovered that we don't cover:

     431           4 :     } else if (isRollback(info)) {
     432           7 :         action_name = "rollback";
     433           0 :         action = () => Dialogs.show(<ConfirmDeploymentChange actionName={action_name}
     434           0 :             bodyText={cockpit.format(_("System will rebase to $0, updated $1."), version, releaseTime)}
     435           0 :             onConfirmAction={() => doRollback(akey, info.osname.v)}
     436           0 :         />);

This needs research how realistic it is do achieve that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant