<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Piglit exits with "invalid literal for int() with base 10: '19225.json""
href="https://bugs.freedesktop.org/show_bug.cgi?id=101503#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Piglit exits with "invalid literal for int() with base 10: '19225.json""
href="https://bugs.freedesktop.org/show_bug.cgi?id=101503">bug 101503</a>
from <span class="vcard"><a class="email" href="mailto:baker.dylan.c@gmail.com" title="Dylan Baker <baker.dylan.c@gmail.com>"> <span class="fn">Dylan Baker</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>