mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Turns out that this test became flaky on dev machines with specific DNS setup. This test uses an index action to provoke an error, thus there is no dependency on anything network specific. The reason it was uncovered now, was due to the change to the Apache HTTP client which is doing DNS lookups. This DNS lookup happened inadvertantly because of a bug in the test, which had a URI like http://http://127.0.0.1.... However having web request was not needed at all, so it was replaced. Closes elastic/elasticsearch#4561 Original commit: elastic/x-pack-elasticsearch@158516b5e5