mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Tests: remove static bwc delete index timeout, so that the slow delete
failure can repro with additional logging
This commit is contained in:
parent
b52d24a031
commit
c821b8d3b4
@ -158,7 +158,7 @@ public class OldIndexBackwardsCompatibilityTests extends ElasticsearchIntegratio
|
||||
}
|
||||
|
||||
void unloadIndex(String indexName) throws Exception {
|
||||
ElasticsearchAssertions.assertAcked(client().admin().indices().prepareDelete(indexName).setTimeout(TimeValue.timeValueMinutes(1)).get());
|
||||
ElasticsearchAssertions.assertAcked(client().admin().indices().prepareDelete(indexName).get());
|
||||
ElasticsearchAssertions.assertAllFilesClosed();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user