Skip to content

Commit

Permalink
Unmute PermissionsIT test and enable debug logging for it
Browse files Browse the repository at this point in the history
This unmutes `testWhenUserLimitedByOnlyAliasOfIndexCanWriteToIndexWhichWasRolledoverByILMPolicy`
and enables DEBUG logging. The failure from this test case from a query
running rather than ILM itself, so more information is needed.

Relates to elastic#41440
  • Loading branch information
dakrone committed Jun 4, 2019
1 parent 6a98eeb commit e78be4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.elasticsearch.common.xcontent.json.JsonXContent;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.rest.RestStatus;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.elasticsearch.test.rest.ESRestTestCase;
import org.elasticsearch.xpack.core.indexlifecycle.DeleteAction;
import org.elasticsearch.xpack.core.indexlifecycle.LifecycleAction;
Expand Down Expand Up @@ -137,7 +138,7 @@ public void testCanViewExplainOnUnmanagedIndex() throws Exception {
* Tests when the user is limited by alias of an index is able to write to index
* which was rolled over by an ILM policy.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41440")
@TestLogging("org.elasticsearch:DEBUG")
public void testWhenUserLimitedByOnlyAliasOfIndexCanWriteToIndexWhichWasRolledoverByILMPolicy()
throws IOException, InterruptedException {
/*
Expand Down

0 comments on commit e78be4c

Please sign in to comment.