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
348 stars 45 forks source link

when a package finishes running in the enclave manager ui, nothing happens #1793

Open leeederek opened 9 months ago

leeederek commented 9 months ago

What's your CLI version?

0.89.5

Description & steps to reproduce

image

In the enclave manager UI page on cloud.kurtosis.com, run a package and wait for it to finish. When it finishes, nothing happens.

Desired behavior

When a package finishes running, the enclave manager UI takes me to the view of the enclave. In the CLI, Kurtosis prints out the output of the enclave inspect and so I expect the same behavior in the enclave manager UI

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

adschwartz commented 9 months ago

@leeederek @mieubrisse if we redirect immediately to the Enclave the Enclave logs are gone (until we persist those of course). I personally would also like to go straight to the Enclave, but in those cases where you wanna see the enclave logs you will lose them, potentially against your will.

@mieubrisse do we make this change now or wait until we have persisted enclave logs?