Skip to content

Commit

Permalink
tests: fixed typos in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Jul 7, 2022
1 parent a053545 commit 3795ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rptest/scale_tests/node_operations_fuzzy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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:
Expand Down

0 comments on commit 3795ed6

Please sign in to comment.