Increased logging to see why history index isn't deleted

Original commit: elastic/x-pack-elasticsearch@eb0f4e9e46
This commit is contained in:
Martijn van Groningen 2015-03-02 10:56:15 +01:00
parent 9e8405e619
commit a2b71a94b7
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import org.elasticsearch.search.aggregations.AggregationBuilders;
import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogram;
import org.elasticsearch.search.aggregations.bucket.histogram.Histogram;
import org.elasticsearch.search.builder.SearchSourceBuilder;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.junit.Test;
import java.util.Locale;
@ -92,6 +93,7 @@ public class BasicAlertsTests extends AbstractAlertsIntegrationTests {
}
@Test
@TestLogging("action.admin.indices.delete:TRACE")
public void testDeleteAlert() throws Exception {
AlertsClient alertsClient = alertClient();
createIndex("my-index");