From 3795ed6a1744a902a447da856a4ed0305b178abf Mon Sep 17 00:00:00 2001 From: Michal Maslanka Date: Thu, 7 Jul 2022 08:34:40 +0200 Subject: [PATCH] tests: fixed typos in comments Signed-off-by: Michal Maslanka --- tests/rptest/scale_tests/node_operations_fuzzy_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rptest/scale_tests/node_operations_fuzzy_test.py b/tests/rptest/scale_tests/node_operations_fuzzy_test.py index f461e04971c6..6dc5803bc979 100644 --- a/tests/rptest/scale_tests/node_operations_fuzzy_test.py +++ b/tests/rptest/scale_tests/node_operations_fuzzy_test.py @@ -146,7 +146,7 @@ def failure_injector_loop(): 1, NodeOperationFuzzyTest.max_suspend_duration_seconds) node = random.choice(self.redpanda.nodes) else: - #kill/termianate only active nodes (not to influence the test outcome) + #kill/terminate only active nodes (not to influence the test outcome) idx = random.choice(list(self.active_nodes)) node = self.redpanda.get_node(idx) @@ -173,7 +173,7 @@ def decommission(idx): def decommissioned(): try: admin = Admin(self.redpanda) - # if broker is already draining, it is suceess + # if broker is already draining, it is success brokers = admin.get_brokers() for b in brokers: