Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
Storage - Ra 2021-11-15
Description
In Jenkins perf-test-evict-fairness will only pass if exactly 200 pages are evicted
if [ $count -eq 200 ]; then |
echo "eviction walk fairness pass" |
else
|
echo "eviction walk fairness fail" exit 1 |
fiÂ
|
but the Evergreen perf framework does not support assertion like this. A solution to pass/fail this test in Evergreen is required.
Â
Definition of Done:
Evergreen can detect and report the pass/fail status of perf-test-evict-fairness.