elasticsearch
elasticsearch copied to clipboard
Rest integration test should run with more search concurrency
Currently rest integration test runs on a (almost) standard Elasticsearch installation so in order to run concurrent searches, we need to have at least 100_000k documents on a shard. What means in practice is that we never run those tests with search concurrency which can hide issues when concurrency is enabled. Therefore we need to make sure we can run those tests with more search concurrency.
Pinging @elastic/es-search (Team:Search)
Pinging @elastic/es-search-foundations (Team:Search Foundations)