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 (assert expected_license_contents failure) in RpkClusterTest.test_upload_and_query_cluster_license_rpk #8208

Closed
rystsov opened this issue Jan 13, 2023 · 2 comments
Assignees
Labels
ci-failure kind/bug Something isn't working

Comments

@rystsov
Copy link
Contributor

rystsov commented Jan 13, 2023

https://buildkite.com/redpanda/redpanda/builds/21110#0185a8ae-9921-48e7-b96d-7587aa8384d5

Module: rptest.tests.rpk_cluster_test
Class:  RpkClusterTest
Method: test_upload_and_query_cluster_license_rpk
test_id:    rptest.tests.rpk_cluster_test.RpkClusterTest.test_upload_and_query_cluster_license_rpk
status:     FAIL
run time:   2.928 seconds

    AssertionError({'organization': 'redpanda-testing-2', 'type': 'enterprise', 'expires': 'Dec 19 2122', 'checksum_sha256': '54240716865c1196fa6bd0ebb31821ab69160a3ed312b13bc810c17c9ec8852c'})
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_cluster_test.py", line 232, in test_upload_and_query_cluster_license_rpk
    assert expected_license == result, result
AssertionError: {'organization': 'redpanda-testing-2', 'type': 'enterprise', 'expires': 'Dec 19 2122', 'checksum_sha256': '54240716865c1196fa6bd0ebb31821ab69160a3ed312b13bc810c17c9ec8852c'}
@rystsov rystsov added kind/bug Something isn't working ci-failure labels Jan 13, 2023
@rystsov rystsov changed the title CI Failure ((assert expected_license_contents failure) in RpkClusterTest.test_upload_and_query_cluster_license_rpk CI Failure (assert expected_license_contents failure) in RpkClusterTest.test_upload_and_query_cluster_license_rpk Jan 13, 2023
@rystsov
Copy link
Contributor Author

rystsov commented Jan 13, 2023

Looks like it has the same root cause as #8204

@graphcareful
Copy link
Contributor

Devprod has resolved the issue, builds passing

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

No branches or pull requests

2 participants