Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection refused in ControllerUpgradeTest.test_updating_cluster_when_executing_operations #7025

Closed
dlex opened this issue Oct 31, 2022 · 2 comments · Fixed by #7017
Closed
Assignees

Comments

@dlex
Copy link
Contributor

dlex commented Oct 31, 2022

Module: rptest.tests.controller_upgrade_test
Class: ControllerUpgradeTest
Method: test_updating_cluster_when_executing_operations

FAIL test: ControllerUpgradeTest.test_updating_cluster_when_executing_operations (1/52 runs)

failure at 2022-10-29T16:34:51.349Z: ConnectionError(MaxRetryError("HTTPConnectionPool(host='docker-rp-7', port=9644): Max retries exceeded with url: /v1/security/users/fuzzy-operator-6106-user-shivhb 
  (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f990a458d60>: Failed to establish a new connection: [Errno 111] Connection refused')
  )"))

in job https://buildkite.com/redpanda/redpanda/builds/17578#01842419-e718-4248-9c19-e5372456fa4a

test_id:    rptest.tests.controller_upgrade_test.ControllerUpgradeTest.test_updating_cluster_when_executing_operations
status:     FAIL
run time:   1 minute 13.493 seconds


    ConnectionError(MaxRetryError("HTTPConnectionPool(host='docker-rp-7', port=9644): Max retries exceeded with url: /v1/security/users/fuzzy-operator-6106-user-shivhb (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f990a458d60>: Failed to establish a new connection: [Errno 111] Connection refused'))"))
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/usr/local/lib/python3.10/dist-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/usr/local/lib/python3.10/dist-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
@VladLazar
Copy link
Contributor

@mmaslankaprv
Copy link
Member

This is pretty much the same issue as in #6892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants