Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638574 - app-crypt/gnupg: Fails parallell test when tofu is disabled
Summary: app-crypt/gnupg: Fails parallell test when tofu is disabled
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-11-23 15:00 UTC by Kristian Fiskerstrand (RETIRED)
Modified: 2020-09-07 18:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Fiskerstrand (RETIRED) gentoo-dev 2017-11-23 15:00:35 UTC
Parallel tests fails when tofu is disabled, so disabling for now:
        #export TESTFLAGS=--parallel
Comment 1 Kristian Fiskerstrand (RETIRED) gentoo-dev 2017-11-23 15:05:46 UTC
(In reply to Kristian Fiskerstrand from comment #0)
> Parallel tests fails when tofu is disabled, so disabling for now:
>         #export TESTFLAGS=--parallel

To clarify, I'm making it use conditional, so parallel is used when tofu is enabled, but need to figure out underlying cause.
Comment 2 Kristian Fiskerstrand (RETIRED) gentoo-dev 2017-11-23 17:25:53 UTC
(In reply to Kristian Fiskerstrand from comment #1)
> (In reply to Kristian Fiskerstrand from comment #0)
> > Parallel tests fails when tofu is disabled, so disabling for now:
> >         #export TESTFLAGS=--parallel
> 
> To clarify, I'm making it use conditional, so parallel is used when tofu is
> enabled, but need to figure out underlying cause.

Ironically this means that building with tofu is significantly quicker (when tests are enabled)

real    1m26.939s
user    3m27.874s
sys     0m19.189s

vs tofu disabled

real    6m56.079s
user    2m55.246s
sys     0m17.180s