Optimize collection drop and load across multiple QueryTester invocations

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, QueryTester will optimize dropping and loading collections across sequential files that use the same underlying collection. This requires the test files to be passed in with one mongotest invocation. However, resmoke will only process one test file at a time, so it won't be possible to pass multiple files into -t from a resmoke invocation. To address this issue, we should allow QueryTester to optimize dropping and loading collections across multiple resmoke invocations. We can use listCollections with a filter on the collection name to check if a collection is already loaded in the mongod.

            Assignee:
            Unassigned
            Reporter:
            Lynne Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: