mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
[TEST] Unmute ML categorization tests
The C++ changes these rely on are now in the snapshots on s3, so these tests will work. Relates elastic/machine-learning-cpp#512 Original commit: elastic/x-pack-elasticsearch@cb8f7b31e8
This commit is contained in:
parent
d7416d53e0
commit
f508e14e06
@ -81,7 +81,6 @@ public class CategorizationIT extends MlNativeAutodetectIntegTestCase {
|
|||||||
client().admin().indices().prepareRefresh("*").get();
|
client().admin().indices().prepareRefresh("*").get();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/machine-learning-cpp/pull/512")
|
|
||||||
public void testBasicCategorization() throws Exception {
|
public void testBasicCategorization() throws Exception {
|
||||||
Job.Builder job = newJobBuilder("categorization", Collections.emptyList());
|
Job.Builder job = newJobBuilder("categorization", Collections.emptyList());
|
||||||
registerJob(job);
|
registerJob(job);
|
||||||
@ -128,7 +127,6 @@ public class CategorizationIT extends MlNativeAutodetectIntegTestCase {
|
|||||||
equalTo(Arrays.asList("Node 1 started", "Node 2 started", "Node 3 started")));
|
equalTo(Arrays.asList("Node 1 started", "Node 2 started", "Node 3 started")));
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/machine-learning-cpp/pull/512")
|
|
||||||
public void testCategorizationWithFilters() throws Exception {
|
public void testCategorizationWithFilters() throws Exception {
|
||||||
Job.Builder job = newJobBuilder("categorization-with-filters", Arrays.asList("\\[.*\\]"));
|
Job.Builder job = newJobBuilder("categorization-with-filters", Arrays.asList("\\[.*\\]"));
|
||||||
registerJob(job);
|
registerJob(job);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user