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 (Node never became leader) in MaintenanceTest.test_exclusive_maintenance #20592

Closed
vbotbuildovich opened this issue Jun 28, 2024 · 4 comments · Fixed by #21435
Closed
Assignees
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/test CI Root Cause Analysis - Test Issue team/replication helper for jira sync

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jun 28, 2024

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

Module: rptest.tests.maintenance_test
Class: MaintenanceTest
Method: test_exclusive_maintenance
Arguments: {
    "use_rpk": true
}
test_id:    MaintenanceTest.test_exclusive_maintenance
status:     FAIL
run time:   75.384 seconds

TimeoutError('')
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 "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 535, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/root/tests/rptest/services/cluster.py", line 105, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/maintenance_test.py", line 245, in test_exclusive_maintenance
    self._enable_maintenance(target)
  File "/root/tests/rptest/tests/maintenance_test.py", line 134, in _enable_maintenance
    wait_until(lambda: self._has_leadership_role(node),
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError

JIRA Link: CORE-4880

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels Jun 28, 2024
@michael-redpanda michael-redpanda added the team/replication helper for jira sync label Jun 28, 2024
@michael-redpanda michael-redpanda changed the title CI Failure (key symptom) in MaintenanceTest.test_exclusive_maintenance CI Failure (Node never became leader) in MaintenanceTest.test_exclusive_maintenance Jun 28, 2024
@vbotbuildovich
Copy link
Collaborator Author

1 similar comment
@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/test CI Root Cause Analysis - Test Issue team/replication helper for jira sync
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants