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

Remove jstests/core/query/sort/sortf.js

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • QE 2024-03-04, QE 2024-03-18, QE 2024-04-01, QE 2024-04-15, QE 2024-04-29, QE 2024-05-13, QE 2024-05-27, QE 2024-06-10, QE 2024-06-24, QE 2024-07-08, QE 2024-07-22, QE 2024-08-05, QE 2024-08-19, QE 2024-09-02, QE 2024-09-16, QE 2024-09-30

      The test checks that if we have two plans: blocking and non-blocking and blocking runs out of memory, we will fall back to non-blocking plan.
      However, there are two problems:
      1. This logic doesn't exist in SBE.
      2. Test doesn't set allowDiskUse: false, so it works perfectly even if blocking plan is selected and spills to disk.
      So this test is useless.

            Assignee:
            xuan.zhang@mongodb.com Xuan Zhang
            Reporter:
            ivan.fefer@mongodb.com Ivan Fefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: