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 (wrong value on some nodes) in ClusterConfigAliasTest.test_aliasing_with_upgrade #15263

Closed
rockwotj opened this issue Dec 1, 2023 · 2 comments · Fixed by #15725
Closed
Assignees
Labels

Comments

@rockwotj
Copy link
Contributor

rockwotj commented Dec 1, 2023

https://buildkite.com/redpanda/vtools/builds/10824
https://buildkite.com/redpanda/vtools/builds/10910
https://buildkite.com/redpanda/vtools/builds/10911

Module: rptest.tests.cluster_config_test
Class: ClusterConfigAliasTest
Method: test_aliasing_with_upgrade
Arguments: {
    "prop_set": [
        "log_retention_ms",
        "delete_retention_ms",
        [
            23,
            3
        ],
        [
            1000000,
            300000,
            500000
        ]
    ],
    "wipe_cache": false
}
test_id:    ClusterConfigAliasTest.test_aliasing_with_upgrade
status:     FAIL
run time:   10.266 seconds

AssertionError("Wrong value on some nodes: delete_retention_ms!=1000000 in {'rp-node-0-extremely-adjusted-airedale': 1000000, 'rp-node-7-extremely-adjusted-airedale': 604800000, 'rp-node-9-extremely-adjusted-airedale': 1000000}")
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, 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 "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 82, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/cluster_config_test.py", line 1497, in test_aliasing_with_upgrade
    self._check_value_everywhere(prop_set.aliased_name,
  File "/home/ubuntu/redpanda/tests/rptest/tests/cluster_config_test.py", line 195, in _check_value_everywhere
    assert all(
AssertionError: Wrong value on some nodes: delete_retention_ms!=1000000 in {'rp-node-0-extremely-adjusted-airedale': 1000000, 'rp-node-7-extremely-adjusted-airedale': 604800000, 'rp-node-9-extremely-adjusted-airedale': 1000000}
@rockwotj rockwotj added ci-failure kind/bug Something isn't working labels Dec 1, 2023
@andijcr andijcr self-assigned this Dec 14, 2023
@dotnwat
Copy link
Member

dotnwat commented Dec 15, 2023

Storage since Andrea is working on this right now.

@andijcr
Copy link
Contributor

andijcr commented Dec 18, 2023

fixed by #15725

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

Successfully merging a pull request may close this issue.

3 participants