iit2009060 commented on code in PR #21430:
URL: https://github.com/apache/kafka/pull/21430#discussion_r2810686468


##########
tests/kafkatest/tests/streams/streams_upgrade_test.py:
##########
@@ -530,6 +530,152 @@ def verify_metadata_no_upgraded_yet(self, 
end_of_upgrade_message):
             if len(found) > 0:
                 raise Exception("Kafka Streams failed with 'group member 
upgraded to metadata 8 too early'")
 
+
+
+    @cluster(num_nodes=6)
+    @matrix(from_version=[str(LATEST_3_9)],
+            metadata_quorum=[quorum.combined_kraft])
+    def test_rocksdb_format_v5_upgrade(self, from_version, metadata_quorum):
+        """
+        Tests RocksDB file format v5 → v6 upgrade compatibility (KAFKA-20096).

Review Comment:
   Yes existing rolling upgrade bounce test already takes care of it. I have 
removed it. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to