Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1399 by [email protected]: End all Processes keyword does not
end any process
http://code.google.com/p/robotframework/issues/detail?id=1399
Version
----------
Robot Version: 2.7.6
Using Python as interpreter
Context
----------
We are running a java app that opens a listening port and listens forever
(until terminated).
I can launch the app very well using "Start Process java -jar ...."
But when I want the app to be gone after my test case has run, "Stop all
Processes" leaves the java alive.
Proposed action:
----------
I think that either this keyword should terminate opened processes, or a
new keyword "Terminate all processes" should be invented.
Extra info:
----------
Indeed, the OperatingSystem.py, we see
def close(self):
if not self.closed:
self.stdout.close()
self.closed = True
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.