flaky: test_restart_both
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Maintainer
https://git.picodata.io/core/picodata/-/jobs/297315
FAILED test/int/test_couple.py::test_restart_both - ConnectionRefusedError: [Errno 111] Connection refused == 1 failed, 369 passed, 1 skipped, 5 xfailed, 2 xpassed in 114.05s (0:01:54) ==
Edited by Dmitry Ivanov - Maintainer
https://git.picodata.io/core/picodata/-/jobs/297316
FAILED test/int/test_couple.py::test_restart_both - ConnectionRefusedError: [Errno 111] Connection refused
args = (<conftest.Connection object at 0x7060c06625f0>, '127.0.0.1', 6708) kwargs = {'connect_now': True, 'connection_timeout': 10, 'fetch_schema': False, 'password': 'password', ...} strerror = 'Connection refused' def inner(*args, **kwargs): try: result = func(*args, **kwargs) except DatabaseError as exc: if is_caused_by_timeout(exc): raise TimeoutError from exc if getattr(exc, "errno", None): # Error handling in Tarantool connector is awful. # It wraps NetworkError in DatabaseError. # We, instead, convert it to a native OSError. strerror = os.strerror(exc.errno) > raise OSError(exc.errno, strerror) from exc E ConnectionRefusedError: [Errno 111] Connection refused args = (<conftest.Connection object at 0x7060c06625f0>, '127.0.0.1', 6708) func = <function Connection.__init__ at 0x7060be677ac0> kwargs = {'connect_now': True, 'connection_timeout': 10, 'fetch_schema': False, 'password': 'password', 'socket_timeout': 10, 'user': 'pico_service'} strerror = 'Connection refused' test/conftest.py:291: ConnectionRefusedError
Edited by Dmitry Ivanov - Dmitry Rodionov added testing triaged labels
- Dmitry Rodionov mentioned in commit 50cbf2df
mentioned in commit 50cbf2df
- Dmitry Rodionov mentioned in merge request !1511 (merged)
mentioned in merge request !1511 (merged)
- Dmitry Rodionov closed with merge request !1511 (merged)
closed with merge request !1511 (merged)
- Егор Ивков assigned to @e-ivkov
assigned to @e-ivkov
- Егор Ивков reopened
reopened
- Dmitry Rodionov mentioned in merge request !1547 (merged)
mentioned in merge request !1547 (merged)
- Dmitry Rodionov closed with merge request !1547 (merged)
closed with merge request !1547 (merged)
Please register or sign in to reply