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 (AttributeError: 'NoneType' object has no attribute 'account') in ControllerEraseTest.test_erase_controller_log #11456

Closed
michael-redpanda opened this issue Jun 15, 2023 · 0 comments · Fixed by #11457
Assignees
Labels
ci-failure kind/bug Something isn't working

Comments

@michael-redpanda
Copy link
Contributor

michael-redpanda commented Jun 15, 2023

https://buildkite.com/redpanda/redpanda/builds/31315#0188bb4d-3ca5-4880-ad04-85b08adfc975

Module: rptest.tests.controller_erase_test
Class:  ControllerEraseTest
Method: test_erase_controller_log
Arguments:
{
  "partial": false
}
test_id:    rptest.tests.controller_erase_test.ControllerEraseTest.test_erase_controller_log.partial=False
status:     FAIL
run time:   53.410 seconds


    AttributeError("'NoneType' object has no attribute 'account'")
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 481, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/root/tests/rptest/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/controller_erase_test.py", line 118, in test_erase_controller_log
    assert self.redpanda.search_log_node(bystander_node,
  File "/root/tests/rptest/services/redpanda.py", line 3454, in search_log_node
    for line in node.account.ssh_capture(
AttributeError: 'NoneType' object has no attribute 'account'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants