Skip to content

[BUG] test_resize_with_aggregate failure #321

Closed
@mgorny

Description

@mgorny

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions