influxdb/tests
Marco Neumann c4a2641764 refactor: remove `time_closed`
The "time closed" is a leftover from an old lifecycle system, where
chunks moved through the system (open=>closed=>persisted) without being
merged. Now we have the compaction as well as the split query for
persistence that can merge chunks, so a single "time closed" doesn't
make sense any longer. So in fact it is `None` for many chunks and is
also not persisted. Also the current lifecycle policy doesn't use this
value. So let's just remove it.

Closes #1846.
2021-10-11 15:49:34 +02:00
..
common fix: include all group tags, not just group_keys in GroupFrame response (#2741) 2021-10-05 19:08:04 +00:00
end_to_end_cases refactor: remove `time_closed` 2021-10-11 15:49:34 +02:00
fixtures test: add benchmark for influxrpc read_filter 2021-04-28 16:11:57 +00:00
end_to_end.rs refactor: rename end-to-end.rs to end_to_end.rs (#2015) 2021-07-15 13:50:32 +00:00