influxdb/query_tests/cases
Marco Neumann 1b788732da fix: order chunks correctly during query processing
The query processing was implicitly relying on the order provided by the
catalog. This had two issues:

- this ordering was not defined in the API contract (neither via docs
  nor via typing)
- the order was based on chunk IDs which is not adequate in some cases
  (e.g. when chunks are created while a persistence operations is in
  progress)

Now we explicitly sort chunks by `(order, ID)`.

Fixes #1963.
2021-09-14 13:00:55 +02:00
..
in fix: order chunks correctly during query processing 2021-09-14 13:00:55 +02:00
out test: ensure that query tests don't rebuild all the time 2021-07-05 15:30:10 +02:00