Skip to content
  • V S Murthy Sidagam's avatar
    3a37b14d
    Bug #24453571 SERVER CRASHES WHEN INSTALL COMPONENT IS ISSUED, · 3a37b14d
    V S Murthy Sidagam authored
                   AFTER MYSQL_UPGRADE
    
    Post push changes.
    component.test is failing because of the component_id and
    component_group_id are different in result file compared to the
    test run.
    When we run the tests component-upgrade.test and component.test
    together, mtr won't restart the server for the second test. Hence the
    component_id in the 'select' statement for component.test is showing
    different than in the value in result file.
    As fix, the 'select *' is updated with 'select count(*)'
    3a37b14d
    Bug #24453571 SERVER CRASHES WHEN INSTALL COMPONENT IS ISSUED,
    V S Murthy Sidagam authored
                   AFTER MYSQL_UPGRADE
    
    Post push changes.
    component.test is failing because of the component_id and
    component_group_id are different in result file compared to the
    test run.
    When we run the tests component-upgrade.test and component.test
    together, mtr won't restart the server for the second test. Hence the
    component_id in the 'select' statement for component.test is showing
    different than in the value in result file.
    As fix, the 'select *' is updated with 'select count(*)'
Loading