golem icon indicating copy to clipboard operation
golem copied to clipboard

Parallel Test Execution

Open dmcgowan opened this issue 9 years ago • 0 comments

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.

dmcgowan avatar May 27 '16 23:05 dmcgowan