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

Sharded concurrency suites should shard test-defined collections

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Execution Team 2024-10-28

      In a concurrency fsm workload test, the workload itself sets up a collection and provides it to the test to use. In the case of sharded concurrency suites, the test setup may also shard the collection. However, some of these tests cannot use the provided collection because they require a collection with certain non-default options. Thus, they manually create a collection themselves as a part of the test-defined setup. One prominent case of this is time-series collections. In these cases, this causes the collection used by the test to not actually be sharded. We should make it so that test-defined collections get sharded as well, so that we get proper test coverage.

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

              Created:
              Updated: