OpenSearch/qa/rolling-upgrade/src/test
Igor Motov c90d0fdf6b Tests: don't wait for completion while trying to get completed task
Nodes are reusing task ids after restart. So in some rare circumstances
the same task id might be assigned to the reindexing task stored by the
old cluster and the new task that is trying to retrieve the task
results. As a result, the get task request can timeout waiting on
itself. Since we already waited for the task to finish before restarting
the cluster, waiting for the task here doesn't make any sense to start
with.

Fixes #28732
2018-02-20 14:14:47 -05:00
..
java/org/elasticsearch/upgrades REST high-level client: add support for split and shrink index API (#28425) 2018-02-01 16:37:01 +01:00
resources/rest-api-spec/test Tests: don't wait for completion while trying to get completed task 2018-02-20 14:14:47 -05:00