TranslatorSRI / SRI_testing

MIT License
0 stars 1 forks source link

Web service end point to gracefully terminate a SRI Testing worker process test harness "run" #35

Closed RichardBruskiewich closed 2 years ago

RichardBruskiewich commented 2 years ago

Since the SRI testing service endpoint spins off a worker subprocess to do the Pytest run, there may be situations where it is helpful to be able to gracefully cancel the run, using its session UUID as an (endpoint) input. Should be integrated with https://github.com/TranslatorSRI/SRI_testing/issues/47.

RichardBruskiewich commented 2 years ago

https://github.com/TranslatorSRI/SRI_testing/blob/main/api/main.py#L241 provides a /delete web service (see also the program level handler that implements the deletion)