Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-13688

Add summary of backup ranges incremental backup tests

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT11.3.0, 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: Test Csuite
    • None
    • Storage Engines

      In incremental backup tests it would be helpful to know how many ranges were copied total during the run of the program. That will help when evaluating before/after changes without having to use verbose modes and other extraction methods.

      Right now I have to run test_incr_backup with verbose -v 2 and then capture the output. Then run:

      grep COMPL <output> | cut -d '=' -f 3 | cut -d ',' -f 1 | awk '{sum += $1} END {print sum}'
      

      in order to know how many range copies it performed.

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: