mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 09:00:04 -04:00
Fix EsqlActionIT.testGroupingStatsOnMissingFields in release tests (#130177)
This commit is contained in:
parent
ce74df5c0c
commit
201a8c99e6
1 changed files with 1 additions and 0 deletions
|
@ -1680,6 +1680,7 @@ public class EsqlActionIT extends AbstractEsqlIntegTestCase {
|
|||
}
|
||||
|
||||
public void testGroupingStatsOnMissingFields() {
|
||||
assumeTrue("Pragmas are only allowed in snapshots", Build.current().isSnapshot());
|
||||
assertAcked(client().admin().indices().prepareCreate("missing_field_index").setMapping("data", "type=long"));
|
||||
long oneValue = between(1, 1000);
|
||||
indexDoc("missing_field_index", "1", "data", oneValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue