Skip to content

[BUG]: runner breaks when creating regression table #339

@fcostaoliveira

Description

@fcostaoliveira
2025-12-18 12:57:24 INFO Working on github PR already: https://github.com/redis/redis/pull/14615
2025-12-18 12:57:24 INFO Does not contain PR comment
2025-12-18 12:57:24 INFO contains_regression_comment: False, is_actionable_pr: True, pr_link: https://github.com/redis/redis/pull/14615
2025-12-18 12:57:24 INFO Preparing regression info for the data available
2025-12-18 12:57:24 CRITICAL Some unexpected exception was caught during local work on stream 1766062540237-0. Failing test....
2025-12-18 12:57:24 CRITICAL Exception type: TypeError
2025-12-18 12:57:24 CRITICAL Exception message: unsupported operand type(s) for /: 'datetime.datetime' and 'int'
2025-12-18 12:57:24 CRITICAL Traceback details:
2025-12-18 12:57:24 CRITICAL Traceback (most recent call last):
  File "/usr/local/lib/python3.12/dist-packages/redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py", line 2134, in process_self_contained_coordinator_stream
    ) = compute_regression_table(
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/redis_benchmarks_specification/__compare__/compare.py", line 1137, in compute_regression_table
    dt.datetime.utcfromtimestamp(from_ts_ms / 1000)
                                 ~~~~~~~~~~~^~~~~~
TypeError: unsupported operand type(s) for /: 'datetime.datetime' and 'int'

2025-12-18 12:57:24 INFO Successfully acknowledged BENCHMARK variation stream with id 1766062540237-0 (filtered/skipped).

Metadata

Metadata

Labels

bugSomething isn't workingtriageOn triage by Performance Group

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions