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

Refactor jstests/sharding/updateOne_without_shard_key/explain.js

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Sharding
    • 158

      Currently, the tests written in this file have very specific assertions for test cases. This means that any changes to plan selection may result in the failure of this test, even if the new plan is valid. 

      An example is BF-29709, which was caused by a change in multi-planner tie breaking. When this new heuristic is applied, the plans with `CLUSTERED_IXSCAN` is chosen over ones with 'FETCH', which resulted in the test failing, despite both plans being valid.

      The refactor should ensure that the test passes for all valid plans, not just one of them. This will ensure changes in plan selection do not result in failure.

            Assignee:
            backlog-server-sharding [DO NOT USE] Backlog - Sharding Team
            Reporter:
            katie.yang@mongodb.com Katie Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: