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

Simple test for CRUD operations on time-series buckets collection

    • Type: Icon: Engineering Test Engineering Test
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Execution Team 2024-12-23, Execution Team 2025-01-06

      Write a core jstest that performs each of the following commands on a time-series buckets collection (in any order):

      • aggregate
      • bulkWrite
      • count
      • delete
        • remove
        • deleteOne
        • deleteMany
      • distinct
      • find
        • find
        • findOne
      • findAndModify
        • findAndModify
        • findOneAndDelete
        • findOneAndReplace
        • findOneAndUpdate
      • insert
        • insert
        • insertOne
        • insertMany
      • update
        • update
        • updateOne
        • updateMany
        • replaceOne

      The operations can be very simple and we just need one per test runner function. (For commands that have more than one test runner function, they are listed as sub-bullet points.) Then as we complete the work to add the rawData field to these commands, we can update this test along the way.

            Assignee:
            malik.endsley@mongodb.com Malik Endsley
            Reporter:
            gregory.noma@mongodb.com Gregory Noma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: