Skip to content

Commit

Permalink
Merge pull request redpanda-data#14181 from mmaslankaprv/fix-14047
Browse files Browse the repository at this point in the history
tests: retry on timeout in partition balancer test
  • Loading branch information
piyushredpanda authored Oct 17, 2023
2 parents 7f2cb35 + bdab660 commit cb1a8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/partition_balancer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def test_maintenance_mode(self, kill_same_node):
node_id = self.redpanda.idx(node)

rpk = RpkTool(self.redpanda)
admin = Admin(self.redpanda)
admin = Admin(self.redpanda, retry_codes=[503, 504])

rpk.cluster_maintenance_enable(node, wait=True)
# the node should now report itself in maintenance mode
Expand Down

0 comments on commit cb1a8ba

Please sign in to comment.