mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Relates #67749
This commit is contained in:
parent
c78b719806
commit
d03aaf1262
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ public class RollupIT extends ESRestHighLevelClientTestCase {
|
||||||
assertThat(responseException.status().getStatus(), is(404));
|
assertThat(responseException.status().getStatus(), is(404));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67749")
|
||||||
public void testPutStartAndGetRollupJob() throws Exception {
|
public void testPutStartAndGetRollupJob() throws Exception {
|
||||||
// TODO expand this to also test with histogram and terms?
|
// TODO expand this to also test with histogram and terms?
|
||||||
final GroupConfig groups = new GroupConfig(new DateHistogramGroupConfig.CalendarInterval("date", DateHistogramInterval.DAY));
|
final GroupConfig groups = new GroupConfig(new DateHistogramGroupConfig.CalendarInterval("date", DateHistogramInterval.DAY));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue