-
Notifications
You must be signed in to change notification settings - Fork 101
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
[Feature]: remove_application support timeout and status output #855
Comments
This issue is marked as incomplete because it has been open 30 days with no activity. Please remove incomplete label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
@cderici not sure that feature requests should be autoclosed in 30 days |
good point. I'll add the |
@cderici reopen this one or we decide as no go for this feature? |
@beliaev-maksim yeah feel free to reopen any issues/PRs you want 👍 |
…le-bot #926 #### Description Currently the stale bot marks all the issues that haven't been updated for 30 days with `incomplete` and closes the issue 5 days after that if there's no update. This change prevents the stale bot from bothering the feature requests (i.e. issues marked with `wishlisted` label), which can (and should imo) stay as long as needed. Discussed a bit in #855, suggested #855 (comment)
#1018 #### Description *<Please add why this change is needed and what it does.>* Adds timeout parameter to `model.remove_application()` Addresses #855 *<Fixes: >* #### QA Steps *<Commands / tests / steps to run to verify that the change works:>* ``` tox -e integration -- -k test_app_remove_timeout ``` All CI tests need to pass. *<Please note that most likely an additional test will be required by the reviewers for any change that's not a one liner to land.>* #### Notes & Discussion *<Additional notes for the reviewers if needed. Please delete section if not applicable.>*
This issue is marked as incomplete because it has been open 30 days with no activity. Please remove incomplete label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Closed prematurely by the bot. |
Description
We have a test where we want to remove the app and deploy another one
However, juju for unrelated to this lib reason cannot effectively remove the app and apps stays in terminated state (I assume)
and our CI test hangs for 6h until GitHub kills the runner.
would be great if remove_application would support timeout argument (similar to
wait_for_idle
)and if it will print into STDOUT status of the app/unit that was requested to terminate (similar to
wait_for_idle
but only for this app)Urgency
It would save from a weird workaround
Code I'd Like to Run
The text was updated successfully, but these errors were encountered: