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 FeaturesMultiNodeTest.test_license_upload_and_query #8204

Closed
rystsov opened this issue Jan 12, 2023 · 2 comments
Assignees
Labels

Comments

@rystsov
Copy link
Contributor

rystsov commented Jan 12, 2023

https://buildkite.com/redpanda/redpanda/builds/21104#0185a839-7f74-4c43-8e01-029cb9647362

Module: rptest.tests.cluster_features_test
Class:  FeaturesMultiNodeTest
Method: test_license_upload_and_query
test_id:    rptest.tests.cluster_features_test.FeaturesMultiNodeTest.test_license_upload_and_query
status:     FAIL
run time:   3.669 seconds

    AssertionError({'format_version': 0, 'org': 'redpanda-testing-2', 'type': 'enterprise', 'expires': 4827156118, '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/cluster_features_test.py", line 213, in test_license_upload_and_query
    assert expected_license_contents == resp['license'], resp['license']
AssertionError: {'format_version': 0, 'org': 'redpanda-testing-2', 'type': 'enterprise', 'expires': 4827156118, 'sha256': '54240716865c1196fa6bd0ebb31821ab69160a3ed312b13bc810c17c9ec8852c'}
@graphcareful
Copy link
Contributor

Failure is due to an incorrect modification of our License stored in an env var in the CI environment. The change has been fixed now.

@graphcareful
Copy link
Contributor

Looks resolved now, builds passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants