elasticsearch/modules/data-streams/src
Philip Krauss d2f99f5baf
Change YAML test structure from list to object (#77700)
This change converts the range query from an array to object.

```
range": {
  "number": [
    {
      "gte": 4
    }
  ]
}
```

to

```
range": {
  "number": {
    "gte": 4
  }
}
```
2022-08-03 03:47:41 +09:30
..
internalClusterTest/java/org/elasticsearch/datastreams Skip backing indices with a disjoint range on @timestamp field. (#85162) 2022-07-04 05:38:46 -04:00
javaRestTest/java/org/elasticsearch/datastreams Verify bulk response in TsdbDataStreamRestIT (#87460) 2022-06-20 11:12:34 -04:00
main/java Introduce tracing interfaces (#87921) 2022-07-26 05:31:41 +09:30
test/java/org/elasticsearch/datastreams Skip backing indices with a disjoint range on @timestamp field. (#85162) 2022-07-04 05:38:46 -04:00
yamlRestTest Change YAML test structure from list to object (#77700) 2022-08-03 03:47:41 +09:30