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

Need force shutdown of the System Under Test #37

Open
eostermueller opened this issue Apr 26, 2020 · 0 comments
Open

Need force shutdown of the System Under Test #37

eostermueller opened this issue Apr 26, 2020 · 0 comments

Comments

@eostermueller
Copy link
Owner

eostermueller commented Apr 26, 2020

If the System Under Test (SUT) only partially launches, there's no convenient way to recover.
For example, this shows that the sutApp never started, even though H2 and Wiremock did start.
The cause here? Compilation error in sutApp.
image

Because the SUT startup checkbox is enabled in mid-startup, there's no way to shut down the parts that did start, and no way to complete the startup.
Must open command prompt and manually kill processes.

To implement, create "SUT Force Shutdown" button.
Can't quite decide whether it should be placed somewhere prominently, or somewhat hidden / out of the way, or only displayed when snail4j "detects" it is needed. For example, it would be needed when the SUT doesn't launch within a timeout -- perhaps a 20 second timeout.

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