joealcorn/laboratory

Record execution order

Open

#19 opened on Aug 1, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (1,248 stars) (32 forks)batch import
enhancementhelp wanted

Description

When #13 was shipped we started running control & candidates in a random order. This is in order to weed out any issues caused by hidden dependencies between them.

However we never record the execution order anywhere, which could be a helpful piece of information when debugging these issues, so we should probably start doing that somehow.

Contributor guide