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

[v22.3.x] CI Failure (missing warning log line) in RpkRedpandaStartTest.test_rpc_tls_list #10180

Closed
andrwng opened this issue Apr 18, 2023 · 3 comments
Assignees
Labels
area/rpk ci-failure kind/bug Something isn't working

Comments

@andrwng
Copy link
Contributor

andrwng commented Apr 18, 2023

https://buildkite.com/redpanda/redpanda/builds/24358#01877d40-e001-482b-9ec4-804abaa03d94

Module: rptest.tests.rpk_start_test
Class:  RpkRedpandaStartTest
Method: test_rpc_tls_list
test_id:    rptest.tests.rpk_start_test.RpkRedpandaStartTest.test_rpc_tls_list
status:     FAIL
run time:   8.057 seconds


    NameError("name 'line' is not defined")
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 "/root/tests/rptest/services/cluster.py", line 35, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/rpk_start_test.py", line 345, in test_rpc_tls_list
    assert self.redpanda.search_log_all(
  File "/root/tests/rptest/services/redpanda.py", line 2429, in search_log_all
    f"Did not find {pattern} on node {node.name}: {line}")
NameError: name 'line' is not defined

The static error is a red herring: the actual error appears to be the fact that we're missing a log line (at least, I pulled one set of logs from a server and didn't see it).

@andrwng andrwng added kind/bug Something isn't working area/rpk ci-failure labels Apr 18, 2023
@andrwng andrwng changed the title CI Failure (missing warning log line) in RpkRedpandaStartTest.test_rpc_tls_list [v22.3.x] CI Failure (missing warning log line) in RpkRedpandaStartTest.test_rpc_tls_list Apr 18, 2023
@r-vasquez
Copy link
Contributor

Unable to reproduce locally (it prints the warning): here and it gets redirected to the log and nothing has changed in the test apart for some cleanup improvements in the test.

Last successful test in this branch was yesterday: https://buildkite.com/redpanda/redpanda/builds/27441#018796f6-0385-430f-8a73-48e0523ac286/6-2453 in the tip of v22.3.x.

This warning line is the first thing in the log.

I requested the backport of the 2 missing PRs that helped with the node cleanup since it's my only hypothesis at the moment:

@r-vasquez
Copy link
Contributor

Can we close this? since I merged the 2 PRs above we haven't hit this issue in 3 weeks.

@twmb
Copy link
Contributor

twmb commented May 25, 2023

Closing as this appears resolved.

@twmb twmb closed this as completed May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rpk ci-failure kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants