parent
7e2bb8d6a2
commit
dbbf2772d8
|
@ -144,6 +144,7 @@ public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
|||
assertEvaluation(KEYWORD_FIELD, KEYWORD_FIELD_VALUES, "ml." + predictedClassField);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
|
||||
public void testWithDatastreams() throws Exception {
|
||||
initialize("classification_with_datastreams", true);
|
||||
String predictedClassField = KEYWORD_FIELD + "_prediction";
|
||||
|
|
|
@ -101,6 +101,7 @@ public class DatafeedJobsIT extends MlNativeAutodetectIntegTestCase {
|
|||
waitUntilJobIsClosed(job.getId());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
|
||||
public void testLookbackOnlyDataStream() throws Exception {
|
||||
String mapping = "{\n" +
|
||||
" \"properties\": {\n" +
|
||||
|
|
|
@ -397,6 +397,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
|||
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
|
||||
public void testWithDatastream() throws Exception {
|
||||
initialize("regression_with_datastream");
|
||||
String predictedClassField = DEPENDENT_VARIABLE_FIELD + "_prediction";
|
||||
|
|
Loading…
Reference in New Issue