Skip to content
  • Sam Hemelryk's avatar
    MDL-48568 cache: stores now determine testing · 63b159d0
    Sam Hemelryk authored
    Cache stores are now responsible for deciding if they are suitable
    for use as the primary cache store during unit and acceptance tests
    
    Changes are as follows:
    * New method: cache_store::ready_to_be_used_for_testing
    * Core cache store have been updated to override this method as
      required.
    * MongoDB usesafe default changed to true to match actual default
      behaviour.
    63b159d0