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

scaled_collection_stats.js should flush all data to disk before checking totalIndexSize

    XMLWordPrintableJSON

Details

    • Fully Compatible
    • ALL
    • 143

    Description

      The scaled_collection_stats.js test inserts a bunch of documents to a collection, then determines the unscaled total index size and finally checks that the totalIndexSize scaled by itself (as read in a previous command) equals to 1.

      The totalIndexSize metric represents the index size on disk, rather than on memory, so the test needs to ensure that the collection data has been flushed to disk. This is similar to SERVER-28716.

      This can be done by issuing a flush command (e.g. like in this test).

      Attachments

        Activity

          People

            paolo.polato@mongodb.com Paolo Polato
            jordi.serra-torrens@mongodb.com Jordi Serra Torrens
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: