clolov commented on PR #13260:
URL: https://github.com/apache/kafka/pull/13260#issuecomment-1604416528

   I ran 
https://github.com/apache/kafka/blob/trunk/tests/kafkatest/tests/core/upgrade_test.py#L33
 and all tests passed. I have confirmed that as part of the tests we start with 
an older version of Zookeeper
   ```
   jinfo output
   ...
   /opt/kafka-3.3.1/bin/../libs/zookeeper-3.6.3.jar
   ```
   and we end up with a new one
   ```
   jinfo output
   ...
   /opt/kafka-dev/bin/../core/build/dependant-libs-2.13.10/zookeeper-3.8.1.jar
   ```
   I was expecting upgrade tests to fail as detailed in the KIP, but they 
haven't done this. I will run 
https://github.com/apache/kafka/blob/trunk/tests/kafkatest/tests/core/downgrade_test.py#L25
 as well and report back my findings.


-- 
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