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

Tests: fix upgrade_test #5440

Merged
merged 2 commits into from
Jul 13, 2022
Merged

Tests: fix upgrade_test #5440

merged 2 commits into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. tests: fix upgrade_test

    Upgrade test started failing because older versions of redpanda don't
    support the partition_autobalancing_mode flag (that was added to default
    config instead of the deprecated enable_auto_rebalance_on_node_add flag.
    Looks like the only tests that need a non-default value are
    node_operations_fuzzy_test (that sets it explicitly) and scaling_up_test
    (where we explicitly set the value)..
    ztlpn committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6d9fe61 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. tests: increase timeouts in partition_balancer_test

    Sometimes in cithe leader table doesn't get updated in a timely fashion,
    leading to sporadic partition_balancer_test failures, so looks like the
    timeout of 30 seconds needs to be increased.
    ztlpn committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8f70bf2 View commit details
    Browse the repository at this point in the history