I’m running tests on a Django app and have successfully parallelized the tests, but I want to improve it even further by saving the timing data. However, all the options I’ve tried keep returning with:
Requested historical based timing, but they are not present. Falling back to name based sorting
The previous similar discussions were not useful and while I am doing this within a workflow, it seems like that should no longer be the issue.
If your store_test_results is correct, my second guess is that the classnames from the test XML files and the lines of strings you’ve passed to split are not matching.
Error reading historical timing data: file does not exist
Requested weighting by historical based timing, but they are not present. Falling back to weighting by name.
My many many (many) tries have resulted in that error 100% of the time.
I have a prior job step that has run:
- store_test_results:
path: test-results
with console output:
Archiving the following test results