Skip to content

Commit

Permalink
fix(test): fix rolling_update_test e2e (#1835)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Han <[email protected]>
  • Loading branch information
superhx committed Aug 16, 2024
1 parent dc1d49b commit b4f0370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion tests/docker/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
KAFKA_NUM_CONTAINERS=${KAFKA_NUM_CONTAINERS:-14}
TC_PATHS=${TC_PATHS:-${ESK_TEST_YML:-./kafkatest/}}
TC_GENERAL_MIRROR_URL=${TC_GENERAL_MIRROR_URL:-""}
TC_BASE_IMAGE=${TC_BASE_IMAGE:-"automqinc/kos_e2e_base:3.7.0"}
TC_BASE_IMAGE=${TC_BASE_IMAGE:-"automqinc/kos_e2e_base:3.8.0"}
REBUILD=${REBUILD:f}
DUCKER_TEST_OPTIONS=${DUCKER_TEST_OPTIONS:-""}

Expand Down
5 changes: 0 additions & 5 deletions tests/kafkatest/tests/client/consumer_rolling_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ def _verify_roundrobin_assignment(self, consumer):
metadata_quorum=[quorum.isolated_kraft],
use_new_coordinator=[True, False]
)
@matrix(
metadata_quorum=quorum.all_kraft,
use_new_coordinator=[True],
group_protocol=consumer_group.all_group_protocols
)
def rolling_update_test(self, metadata_quorum=quorum.zk, use_new_coordinator=False, group_protocol=None):
"""
Verify rolling updates of partition assignment strategies works correctly. In this
Expand Down

0 comments on commit b4f0370

Please sign in to comment.