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
Fixnasa#1445, add conditional around priority sem test
The multi-thread sem tests (count + bin) have a test that relies on the
priority taking effect, that the highest priority thread will get the
sem first. However when running as non-root and in permissive mode, the
priority is not applied and thus this becomes a race condtion.
For now, just skip this test if configured for permissive mode.
0 commit comments