RelationalAI-oss / XUnit.jl

XUnit.jl is a unit-testing framework for Julia.
MIT License
47 stars 5 forks source link

Detect disappeared workers. #5

Closed maleadt closed 3 years ago

maleadt commented 3 years ago

Fixes https://github.com/RelationalAI-oss/XUnit.jl/issues/4

maleadt commented 3 years ago

In addition, it would be nice to only mark the one specific test as failed and restart the worked, but I'm not familiar enough with the state that gets set-up on the worker (it seems fairly intricate) to quickly implement this.

mdashti commented 3 years ago

it would be nice to only mark the one specific test as failed and restart the worked

@maleadt I'll try to add this in a separate PR.