vvcephei commented on a change in pull request #8938: URL: https://github.com/apache/kafka/pull/8938#discussion_r448584762
########## File path: tests/kafkatest/tests/streams/streams_upgrade_test.py ########## @@ -189,54 +189,6 @@ def test_upgrade_downgrade_brokers(self, from_version, to_version): processor.stop() processor.node.account.ssh_capture("grep SMOKE-TEST-CLIENT-CLOSED %s" % processor.STDOUT_FILE, allow_fail=False) - @matrix(from_version=metadata_2_versions, to_version=metadata_2_versions) - def test_simple_upgrade_downgrade(self, from_version, to_version): Review comment: Aha! For that, I've been preparing a separate PR: https://github.com/apache/kafka/pull/8971 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org