[Piglit] running with concurrency

Matt Turner mattst88 at gmail.com
Fri Mar 7 00:52:38 PST 2014


On Fri, Mar 7, 2014 at 12:43 AM, Tapani Pälli <tapani.palli at intel.com> wrote:
> Hello;
>
> I'm seeing errors when running piglit tests without "--no-concurrency"
> almost all the time. Below is the error log, I wonder if anyone else is
> seeing these? I've tested on 2 different systems (both running fc20) and I'm
> getting these errors on both.
>
> --- 8< ---
> [tpalli at localhost piglit]$ ./piglit-run.py tests/quick.tests
> results/quick.results
> close failed in file object destructor:ss: 4096, skip: 2104, warn: 1 Running
> Test(s): 05328 07320 07464 07473 07481 07482 07484 07485 07486
> IOError: [Errno 9] Bad file descriptorass: 4097, skip: 2104, warn: 1 Running

Bad file descriptor was the error we were seeing when running with
concurrency under Python 2.7.4 and 2.7.5. The solution was to use
2.7.3 or 2.7.6.


More information about the Piglit mailing list