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

Block tests that use cursor.firstBatch to compare results from running in the config fuzzer

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0, 8.0.0-rc12
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • v8.0
    • Execution Team 2024-06-24
    • 200

      SERVER-87285 made the find command batch size configurable and added it to the config fuzzer. covered_index_sort_no_fetch_optimization.js, computed_projections.js, and index_bounds_pipe.js use cursor.firstBatch to compare results. When the find command batch size is less than these results, they fail because all the expected results aren't recovered in the first batch. To fix this, we should block these tests from running in the config fuzzer. 

       

      Additionally, block sortk.js and sorth.js from the config fuzzer as when the batch size is small, the limit can't be satisfied. 

            Assignee:
            kristina.znam@mongodb.com Kristina Znam
            Reporter:
            kristina.znam@mongodb.com Kristina Znam
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: