Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Investigate a persistent python test runner process #791

Open
martica opened this issue May 23, 2019 · 0 comments
Open

Investigate a persistent python test runner process #791

martica opened this issue May 23, 2019 · 0 comments

Comments

@martica
Copy link
Contributor

martica commented May 23, 2019

Similar to the updates made by #783 and #789.

Each test case launches a python process to run it. There was a significant performance improvement from the changes made to the JS test runner by having a persistent process. It may be possible to use the same structure as was used in #789 to launch a single child process and send it code to execute, only terminating it and starting a new one in the case of a test timing out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant