Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 638574

Summary: app-crypt/gnupg: Fails parallell test when tofu is disabled
Product: Gentoo Linux Reporter: Kristian Fiskerstrand (RETIRED) <k_f>
Component: Current packagesAssignee: Mikle Kolyada (RETIRED) <zlogene>
Status: RESOLVED OBSOLETE    
Severity: normal CC: crypto+disabled, polynomial-c
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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