You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a `description` to ML filters in order
to allow users to describe their filters in a human
readable form which is also editable (filter updates
to be added shortly).
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ml/action/GetFiltersActionResponseTests.java
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/ControlMsgToProcessWriterTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,8 @@ public void testWriteUpdateDetectorRulesMessage() throws IOException {
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/FieldConfigWriterTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -220,8 +220,8 @@ public void testWrite_GivenFilters() throws IOException {
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/MlFilterWriterTests.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
11
11
importjava.io.IOException;
12
12
importjava.util.ArrayList;
13
-
importjava.util.Arrays;
14
13
importjava.util.Collections;
15
14
importjava.util.List;
16
15
@@ -28,8 +27,8 @@ public void testWrite_GivenEmpty() throws IOException {
0 commit comments