• Manish Kumar's avatar
    BUG#13812374 - RPL.RPL_REPORT_PORT FAILS OCCASIONALLY ON PB2 · 20459a71
    Manish Kumar authored
    Problem - this failure occured in the test added for the fix of the 
              bug-13333431. The basic problem of the failure was the 
              value of the report_port which persisted even after the end 
              of the test (ie. rpl_end.inc). So this causes the assertion 
              in the test to fail if it is executed again.
    
    Fix - restarted the server with the default value being passed to the 
          report_port after testing the two expected case so that in the 
          next run of the test we will not encounter the previous value of
          report_port.
    
    
    
    mysql-test/suite/rpl/r/rpl_report_port.result:
      Updated the corresponding result file.
    mysql-test/suite/rpl/t/rpl_report_port-slave.opt:
      Removed the slave option file.
    mysql-test/suite/rpl/t/rpl_report_port.test:
      Added the restart server option before ending the test.
    20459a71
rpl_report_port.test 2.32 KB