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

sbe_plan_cache_autoparameterize_collscan.js should not run in shard_merge_jscore_passthrough suite

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • QE 2022-10-17
    • 45

      This test explicitly checks the contents of the SBE plan cache. The plan cache is local to a given node and will never replicate or migrate as part of tenant migrations. shard_merge_jscore_passthrough does tenant migrations in the background, and therefore the client can switch from operating against one replica set to another in the middle of the test. This can cause the perceived state of the plan cache to change out from under the test's feet since the physical mongod node backing the test has changed. Therefore, any test which explicitly interrogates plan cache state must be excluded from shard_merge_jscore_passthrough.

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: