golem
golem copied to clipboard
Parallel Test Execution
Currently tests run serially and any given test failing will cause the entire suite to fail. The tests should be able to be run in parallel and eventually scaled out across a cluster. This will require updates the test executor as well as the way test results are aggregated.