Validate stats output by performance tests

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.1, 5.2.0, 5.0.5
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2021-11-15
    • 1

      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.

            Assignee:
            Andrew Morton
            Reporter:
            Andrew Morton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: