[Piglit] [Bug 101503] Piglit exits with "invalid literal for int() with base 10: '19225.json"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 22 21:26:02 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101503

--- Comment #6 from Dylan Baker <baker.dylan.c at gmail.com> ---
Each of those json files is the result of a single test. Because piglit tries
to make writes atomic when the test starts a <number>.json file is created that
contains the PID of the test and the status "incomplete", when the test
completes a new file <number>.json.tmp is created and moved over the original
results.

What's happening (I think) is that piglit is dying before the .tmp file is
moved over the original file. It should be fairly straight forward to patch it,
I'll link the patch here.

In the mean time if you run `rm results/.../*.tmp`, and then `piglit summary
aggregate results/...` (with ... as your full path) you can view the results as
is.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170622/61f86ec4/attachment.html>


More information about the Piglit mailing list