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

Documents may be retrieved out of order in timeseries_delete.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.2.0, 5.0.5, 5.1.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • v5.1, v5.0
    • Execution Team 2021-11-29
    • 14

      In timeseries_delete.js, we check that the documents remaining in the collection are what we expect. However, it is not necessarily guaranteed that they will be retrieved in the same order that that we are checking them in. To fix this, we can either use assert.sameMembers or sort by time when performing the query.

            Assignee:
            gregory.noma@mongodb.com Gregory Noma
            Reporter:
            gregory.noma@mongodb.com Gregory Noma
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: