• Rafal Somla's avatar
    Modifications to MTR and mysqltest to improve feedback from the latter when · 060c8994
    Rafal Somla authored
    testcase checks are made.
          
    MTR spawns mysqltest to run check-testcase test before and after each testcase 
    it runs. It can also run check-warnings using mysqltest. Since it happened on PB 
    that these checks hanged, this patch provides additional feedback to help 
    investigating such failures:
          
    - mysqltest is modified to give feedback about main steps in execution of a 
    testcase if run in verbose mode (including connection to the server),
         
    - MTR is modified to run mysqltest in verbose mode when doing check-testcase or 
    check-warnings. The diagnostic output from mysqltest is preserved so that it is 
    saved upon test failure.
    060c8994
mysql-test-run.pl 135 KB