mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 23:45:15 +00:00
Our test for early termination would break if we made many small segments because none of them would be large enough to trigger the early termination. This makes sure have only a single segment for these test, making sure we terminate early. Closes #62769