Hello Sean,

On Wed, 31 Jan 2018 22:06:42 -0700 Sean Whitton <spwhit...@spwhitton.name>
wrote:
> I further suspect that the test suite took 30 seconds only because so
> many tests failed early.  In recent upstream versions, the test suite
> has never finished running on my laptop after leaving it for multiple
> hours.  When you run the test suite on a totally ordinary file system,
> please report how long it takes, and whether your laptop is very
> new/high spec.

Do you think you could take a few minutes to identify which test is taking
this long and report it? This may be an upstream bug, if some input
triggers an infinite loop.

I have my suspicions. My guess is that:

    pytest tests/test_qpdf.py # will never finish

and

    pytest -n0 tests/test_qpdf.py # will fail in 15 seconds

If so, you might have qpdf < 7.0.0 and upgrading to qpdf >= 7.0.0 will fix
it.

But I'd appreciate if you can confirm.

Thanks.

Reply via email to