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

Bug 832371

Summary: <=dev-lang/python-3.10.0_p1-r1 with distcc, test doesn't honor -l# MAKEOPTS
Product: Gentoo Linux Reporter: ephemer0l <om>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED CANTFIX    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 654178    

Description ephemer0l 2022-01-30 14:15:17 UTC
Every version of stable python while using distcc, when it runs tests it used the MAKEOPTS=-j# not the MAKEOPTS=-l# and can bog down a system.

Reproducible: Always

Steps to Reproduce:
1.emerge python while using distcc with a large MAKEOPTS="j256 -l3" and when running tests it only uses -j#, not -l#
2.
3.
Actual Results:  
high load avg

Expected Results:  
respect local makeopts
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-11 22:06:05 UTC
I don't think CPython's test runner has a way to control load average.