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

CI Failure (can't reach v1/security/roles/d/members) in RolePersistenceTest.test_role_survives_restart #19929

Open
vbotbuildovich opened this issue Jun 20, 2024 · 0 comments
Labels
area/security auto-triaged used to know which issues have been opened from a CI job ci-failure team/enterprise helper for jira sync

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jun 20, 2024

https://buildkite.com/redpanda/redpanda/builds/50143

Module: rptest.tests.rbac_test
Class: RolePersistenceTest
Method: test_role_survives_restart
test_id:    RolePersistenceTest.test_role_survives_restart
status:     FAIL
run time:   25.892 seconds

HTTPError('504 Server Error: Gateway Timeout for url: http://docker-rp-23:9644/v1/security/roles/d/members?redirect=1')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 276, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 105, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/rbac_test.py", line 914, in test_role_survives_restart
    admin.update_role_members(role=rand_role, add=[RoleMember.User(u)])
  File "/root/tests/rptest/services/admin.py", line 1102, in update_role_members
    return self._request("post",
  File "/root/tests/rptest/services/admin.py", line 591, in _request
    r.raise_for_status()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 504 Server Error: Gateway Timeout for url: http://docker-rp-23:9644/v1/security/roles/d/members?redirect=1

JIRA Link: CORE-4253

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels Jun 20, 2024
@piyushredpanda piyushredpanda added the team/enterprise helper for jira sync label Jun 23, 2024
@travisdowns travisdowns changed the title CI Failure (key symptom) in RolePersistenceTest.test_role_survives_restart CI Failure (can't reach v1/security/roles/d/members) in RolePersistenceTest.test_role_survives_restart Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security auto-triaged used to know which issues have been opened from a CI job ci-failure team/enterprise helper for jira sync
Projects
None yet
Development

No branches or pull requests

3 participants