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

Add log/trace for case where plugin stop command times out #421

Open
scottkurz opened this issue Jul 26, 2023 · 0 comments
Open

Add log/trace for case where plugin stop command times out #421

scottkurz opened this issue Jul 26, 2023 · 0 comments

Comments

@scottkurz
Copy link
Member

We have seen some intermittent failures in the new "testDashboardStopExternalServer" tests for the new "stop" function using LMP/LGP to stop a session not started by LTE.

It'd be nice to have some logging to go along with this failure. Do we see something problematic or is nothing at all even running in this process?

My naive attempt to add this: scottkurz@5b33136 doesn't really work. Unfortunately the IO read might end up blocking and preventing the Job's run() method from ever returning.

It seems the IO would have be done differently, on another thread and/or another library.

(Note the test output would still be kind of weird in that the process' output streams are all smashed together.. regardless of this one change idea.)

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