Make TCK ordering deterministic
All threads resolved!
All threads resolved!
The use of a list(set(x))
construction when building the TCK location list makes the order of that list non-deterministic (it can vary between runs). This creates problems when running multiple Moore subjobs on the Grid as each output file can require a different TCK. This MR stabilises the TCK by sorting the result of the list(set(x))
operation.
Edited by Alex Pearce
Merge request reports
Activity
- Resolved by Alex Pearce
Thank you!
/ci-test --merge
added ci-test-triggered label
- [2021-06-24 12:12] Validation started with lhcb-master-mr#2512
added Configuration bug fix labels
mentioned in commit f02cd39c
Please register or sign in to reply