commit | e4219dd1374b126bfd06cea7781a5b188d22b6b7 | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Wed Apr 18 13:10:54 2018 +0200 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Wed Apr 18 13:10:54 2018 +0200 |
tree | a89d6505f4cc31b6c096032e41101ca6c461f99a | |
parent | ed53a5f482d17be81fbff4746eb5c103cd93ae37 [diff] |
Fix flaky Elasticsearch tests The tests were failing sometimes with a failure to create an index which already existed. Instead of creating and deleting indices between every test, create unique indices by prefixing the indices name with test method name. The indices are now clean up after all the tests are executed, when the server is stopped and temp folder deleted. Change-Id: I6539845e09af56183dd315f112a35d572db7c920