Missing flag in compatibility testing when executing run_test_checkpoint

XMLWordPrintableJSON

    • 2023-07-11 WiredTractor
    • 2

      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
              Reporter:
              Etienne Petrel
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: