mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-12 07:55:24 +00:00
Sometimes we get a test failure caused by search contexts left open. The tests include a stack trace of the call that opened the context but nothing else about the context. This adds more information about the context that has been left open like what query it was running, what shard it targeted, and whether or not it was a scroll. Relates to #17582