Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-35555

Turn on dbtest's StorageTimestampTests for `inMemory`

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.1.1
    • None
    • Storage
    • None
    • Fully Compatible
    • Storage NYC 2018-07-02

    Description

      ...And investigate why it doesn't work.

      Each StorageTimestampTest starts with a block that excludes non-WT storage engines.

      I believe the code can refer to supporting snapshot reads instead, e.g:

              // Only run on storage engine's that support snapshot reads.
              if (!_opCtx->getServiceContext()->getStorageEngine()->supportsReadConcernSnapshot()) {
                  return;
              }
      

      However, a quick check showed Enterprise's inMemory failed the SecondaryInsertTimes test. I didn't try running the others.

      Attachments

        Activity

          People

            benety.goh@mongodb.com Benety Goh
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: