Skip to content
  • Pooja Lamba's avatar
    9a19956a
    WL#13053 - Move testcases in rpl suite that needs MyISAM to a separate .test file · 9a19956a
    Pooja Lamba authored
    Description:
    There are tests in the rpl suite as well as few others that have some testcases running on MyISAM.  These are marked with have_myisam.inc and will be skipped on a server built without MyISAM. Currently MyISAM is always compiled in and hence these tests will run. This will change with the OCI offering where the plan is to support only Innodb. We do not want entire .test files to be skipped due to a few testcases that need MyISAM.
    
    This WL will move the sections that need MyISAM to a separate .test file .
    
    Solution:
    All myisam specific sub-tests have been moved out into seperate test-cases
    
    Reviewed by:
    Deepthi E S <deepthi.e.s@oracle.com>
    Deepa Dixit <deepa.dixit@oracle.com>
    RB: 22198
    9a19956a
    WL#13053 - Move testcases in rpl suite that needs MyISAM to a separate .test file
    Pooja Lamba authored
    Description:
    There are tests in the rpl suite as well as few others that have some testcases running on MyISAM.  These are marked with have_myisam.inc and will be skipped on a server built without MyISAM. Currently MyISAM is always compiled in and hence these tests will run. This will change with the OCI offering where the plan is to support only Innodb. We do not want entire .test files to be skipped due to a few testcases that need MyISAM.
    
    This WL will move the sections that need MyISAM to a separate .test file .
    
    Solution:
    All myisam specific sub-tests have been moved out into seperate test-cases
    
    Reviewed by:
    Deepthi E S <deepthi.e.s@oracle.com>
    Deepa Dixit <deepa.dixit@oracle.com>
    RB: 22198
Loading