mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
3b2ec98ba0
Fixes #2
13 lines
550 B
Markdown
13 lines
550 B
Markdown
# TODO
|
|
|
|
- Delete this file and create more GitHub issues instead?
|
|
- Missing Testcases:
|
|
- Port at least all blackbox tests from the "old" `MemoryStore` to the new implementation
|
|
- Check for corner cases that should fail gracefully
|
|
- Write a more realistic `ToArchive`/`FromArchive` tests
|
|
- Test edgecases for horizontal aggregations
|
|
- Optimization: Once a buffer is full, calculate min, max and avg
|
|
- Calculate averages buffer-wise, average weighted by length of buffer
|
|
- Only the head-buffer needs to be fully traversed
|
|
- ...
|