-
Notifications
You must be signed in to change notification settings - Fork 928
Closed
Labels
test-failureAn issue indicating a test failureAn issue indicating a test failure
Description
Summary
reply-schemas-validator is consistently failing in the daily test.
It looks to be happening after the change #2329
Error stack trace
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/usr/lib/python3.12/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
^^^^^^^^^^^^^^^^
File "/home/runner/work/valkey/valkey/./utils/req-res-log-validator.py", line 202, in process_file
req = Request(fakefile, docs, line_counter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/valkey/valkey/./utils/req-res-log-validator.py", line 85, in __init__
length = int(line)
^^^^^^^^^
ValueError: invalid literal for int() with base 10: '-MOVED 5282 127.0.0.1:22115\r\n'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/runner/work/valkey/valkey/./utils/req-res-log-validator.py", line 337, in <module>
for result in pool.map(func, paths):
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/multiprocessing/pool.py", line 367, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/multiprocessing/pool.py", line 774, in get
raise self._value
ValueError: invalid literal for int() with base 10: '-MOVED 5282 127.0.0.1:22115\r\n'
Metadata
Metadata
Assignees
Labels
test-failureAn issue indicating a test failureAn issue indicating a test failure