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
Only check non-negative stats for active, current and queue (#117834)
In SimpleThreadPoolIT, stats are gathered for each threadpool being
checked, then measurements are collected. Some stats may go up or down
depending on other background tasks outside the test. This commit
adjusts the check for those stats to only check collecting non-negative
values.
closes#108320
0 commit comments