kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
352 stars 47 forks source link

Clicking restart services when editing an enclave doesn't enable restarting of services #1613

Open tedim52 opened 11 months ago

tedim52 commented 11 months ago

What's your CLI version?

0.84.9

Description & steps to reproduce

Run an enclave without restart services button checked. When services die, they are not restarted.

Screen Shot 2023-10-24 at 3 35 45 PM

Now, edit that enclave, and click restart services.

Screen Shot 2023-10-24 at 3 36 19 PM

When services die, they are still not restarted.

Desired behavior

Services are restarted when checking the restart services button after editing an enclave. The current work around creating a new enclave.

What is the severity of this bug?

Papercut; this bug is frustrating, but I have a workaround.

What area of the product does this pertain to?

Frontend: the Graphical User Interface, including the Enclave Manager

tedim52 commented 11 months ago

This was encountered by Matthew from Vanna Labs - this is because editing an enclave right now only has effect to Starlark changes but not enclave level config like restart services.