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 (key symptom) in OMBValidationTest.test_max_partitions #18382

Closed
vbotbuildovich opened this issue May 9, 2024 · 1 comment
Closed
Labels
area/htt auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/infra CI Root Cause Analysis - Infrastructure Issue

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented May 9, 2024

https://buildkite.com/redpanda/vtools/builds/13604

Module: rptest.redpanda_cloud_tests.omb_validation_test
Class: OMBValidationTest
Method: test_max_partitions
test_id:    OMBValidationTest.test_max_partitions
status:     FAIL
run time:   1829.485 seconds

CalledProcessError(1, ['tsh', 'ssh', '--proxy=proxy.tp.redpanda.com:443', '--auth=okta', '--identity=/tmp/machine-id/identity', 'redpanda@cou5onnof9l76uhaebig-agent', 'kubectl', 'config', 'current-context'])
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 "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 178, in wrapped
    redpanda.raise_on_bad_logs(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 2165, in raise_on_bad_logs
    lsearcher.search_logs(self.pods)
  File "/home/ubuntu/redpanda/tests/rptest/services/utils.py", line 162, in search_logs
    bad_loglines = self._search(nodes)
  File "/home/ubuntu/redpanda/tests/rptest/services/utils.py", line 143, in _search
    for line in self._capture_log(node, self.match_expr):
  File "/home/ubuntu/redpanda/tests/rptest/services/utils.py", line 209, in _capture_log
    with KubeNodeShell(self.kubectl, node_name) as ksh:
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 309, in __init__
    self.current_context = self.kubectl.cmd(
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 170, in cmd
    return self._ssh_cmd(cmd)
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 157, in _ssh_cmd
    return self._local_cmd(self._ssh_prefix() + cmd)
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 147, in _local_cmd
    return subprocess.check_output(cmd, stderr=subprocess.PIPE)
  File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['tsh', 'ssh', '--proxy=proxy.tp.redpanda.com:443', '--auth=okta', '--identity=/tmp/machine-id/identity', 'redpanda@cou5onnof9l76uhaebig-agent', 'kubectl', 'config', 'current-context']' returned non-zero exit status 1.

JIRA Link: CORE-2892

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels May 9, 2024
@piyushredpanda piyushredpanda added area/htt ci-rca/infra CI Root Cause Analysis - Infrastructure Issue labels May 10, 2024
@rpdevmp
Copy link
Contributor

rpdevmp commented May 16, 2024

Duplicate of #18513

@rpdevmp rpdevmp marked this as a duplicate of #18513 May 16, 2024
@rpdevmp rpdevmp closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/htt auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/infra CI Root Cause Analysis - Infrastructure Issue
Projects
None yet
Development

No branches or pull requests

3 participants