You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ProgramPriorityTests on FreeBSD with high nice value
ProgramPriorityTests has a check for the case where process priority
(nice value) cannot be increased any further because it's already at
its maximal value (e.g. when tests are run with maximal niceness).
It expects priority to be capped with 19, which is the cap for Linux,
but for FreeBSD the cap is 20 and the test fails under the similar
conditions. Tweak the condition to cover FreeBSD as well.
0 commit comments