Skip to content

Commit

Permalink
KAFKA-18280 fix e2e TestSecurityRollingUpgrade.test_rolling_upgrade_s…
Browse files Browse the repository at this point in the history
…asl_mechanism_phase_one (apache#18308)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
TaiJuWu authored Dec 30, 2024
1 parent 585b7db commit 6737178
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/kafkatest/services/kafka/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,12 +602,6 @@ def start_minikdc_if_necessary(self, add_principals=""):
nodes_for_kdc += other_service.nodes
self.minikdc = MiniKdc(self.context, nodes_for_kdc, extra_principals = add_principals)
self.minikdc.start()
else:
self.minikdc = None
if self.quorum_info.using_kraft:
self.controller_quorum.minikdc = None
if self.isolated_kafka:
self.isolated_kafka.minikdc = None

def alive(self, node):
return len(self.pids(node)) > 0
Expand Down

0 comments on commit 6737178

Please sign in to comment.