Skip to content

Commit

Permalink
[ML] Test logging for MlDistributedFailureIT.testJobRelocationIsMemor…
Browse files Browse the repository at this point in the history
…yAware (#70727)

This is to help solve #68685
  • Loading branch information
droberts195 committed Mar 23, 2021
1 parent 3c78f98 commit 1188c41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import org.elasticsearch.persistent.PersistentTasksCustomMetadata;
import org.elasticsearch.persistent.PersistentTasksCustomMetadata.PersistentTask;
import org.elasticsearch.persistent.UpdatePersistentTaskStatusAction;
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
import org.elasticsearch.xpack.core.action.util.QueryPage;
import org.elasticsearch.xpack.core.ml.MlTasks;
import org.elasticsearch.xpack.core.ml.action.CloseJobAction;
Expand Down Expand Up @@ -407,6 +408,8 @@ public void testStopAndForceStopDatafeed() throws Exception {
assertTrue(closeJobResponse.isClosed());
}

@TestIssueLogging(issueUrl = "https://github.com/elastic/elasticsearch/issues/68685",
value = "org.elasticsearch.xpack.ml.process:TRACE,org.elasticsearch.xpack.ml.job:TRACE")
public void testJobRelocationIsMemoryAware() throws Exception {

// see: https://github.com/elastic/elasticsearch/issues/66885#issuecomment-758790179
Expand Down

0 comments on commit 1188c41

Please sign in to comment.