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

Missing flag in compatibility testing when executing run_test_checkpoint

    • 2
    • 2023-07-11 WiredTractor

      The function run_test_checkpoint executes the test_checkpoint binary to perform a specific test. It seems that the "-t" flag is missing for the "FIX" scenario in this code:

          for am in $2; do
              dir="RUNDIR.$am"
              echo "./t running $am access method..."
              if [ "$am" == "fix" ]; then
                  ./$test_bin f $flags -h $dir
              elif [ "$am" == "var" ]; then
                  ./$test_bin -t c $flags -h $dir
              else
                  ./$test_bin -t r $flags -h $dir
              fi
          done
      

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: