ijuma commented on code in PR #19034:
URL: https://github.com/apache/kafka/pull/19034#discussion_r1970929295


##########
tests/kafkatest/services/kafka/quorum.py:
##########
@@ -14,14 +14,10 @@
 # limitations under the License.
 
 # the types of metadata quorums we support
-zk = 'ZK' # ZooKeeper, used before/during the KIP-500 bridge release(s)
-combined_kraft = 'COMBINED_KRAFT' # combined Controllers in KRaft mode, used 
during/after the KIP-500 bridge release(s)
-isolated_kraft = 'ISOLATED_KRAFT' # isolated Controllers in KRaft mode, used 
during/after the KIP-500 bridge release(s)
-
-# How we will parameterize tests that exercise all quorum styles
-#   [“ZK”, “ISOLATED_KRAFT”, "COMBINED_KRAFT"] during the KIP-500 bridge 
release(s)
-#   [“ISOLATED_KRAFT”, "COMBINED_KRAFT”] after the KIP-500 bridge release(s)
-all = [zk, isolated_kraft, combined_kraft]

Review Comment:
   This was unused.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to