Closed
Description
Describe the bug
The following test is failing for me:
======================================================================
FAIL: test_resize_with_aggregate (__main__.TestWhisper)
resize whisper file with aggregate
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_whisper.py", line 838, in test_resize_with_aggregate
self.assertEqual(len(data_low[1]), 2)
AssertionError: 10 != 2
To Reproduce
Steps to reproduce the behavior:
tox -e py37,py38,py39,py310,py311,pypy3
(these are all the implementations I have installed, and its failing the same way for all of them)
Expected behavior
Tests passing ;-).
Environment (please complete the following information):
- OS flavor: Gentoo Linux
- Graphite version: n/a, whisper: tried 1.1.8, 1.1.10, git master
- Setup type: tried Gentoo ebuild and tox in git checkout
- Python version: tried 3.7.13, 3.8.13, 3.9.13, 3.10.4, 3.11.0b1, PyPy3.9 7.3.9
Additional context
n/a