parent
f1e71be8b2
commit
455f223c3a
|
@ -156,6 +156,7 @@ public class TransformIntegrationTests extends AbstractWatcherIntegrationTestCas
|
||||||
assertThat(response.getHits().getAt(0).getSourceAsMap().get("key3").toString(), equalTo("20"));
|
assertThat(response.getHits().getAt(0).getSourceAsMap().get("key3").toString(), equalTo("20"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37882")
|
||||||
public void testSearchTransform() throws Exception {
|
public void testSearchTransform() throws Exception {
|
||||||
createIndex("my-condition-index", "my-payload-index");
|
createIndex("my-condition-index", "my-payload-index");
|
||||||
ensureGreen("my-condition-index", "my-payload-index");
|
ensureGreen("my-condition-index", "my-payload-index");
|
||||||
|
|
Loading…
Reference in New Issue