You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: