Skip to content
  • Pooja Lamba's avatar
    fcd6b92c
    WL#7407 - Move testcases in main suite that needs MyISAM to a separate .test file · fcd6b92c
    Pooja Lamba authored
    Description:
    There are tests in the main 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:
    Shiva Y Shankar <shiva.y.shankar@oracle.com>
    Deepa Dixit <deepa.dixit@oracle.com>
    RB: 21706
    fcd6b92c
    WL#7407 - Move testcases in main suite that needs MyISAM to a separate .test file
    Pooja Lamba authored
    Description:
    There are tests in the main 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:
    Shiva Y Shankar <shiva.y.shankar@oracle.com>
    Deepa Dixit <deepa.dixit@oracle.com>
    RB: 21706
Loading