tinaselenge opened a new pull request, #13459:
URL: https://github.com/apache/kafka/pull/13459

   ```
   === tests
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test describe 
   Feature: metadata.version       SupportedMinVersion: 3.0-IV1    
SupportedMaxVersion: 3.3-IV3    FinalizedVersionLevel: 3.3-IV3  Epoch: 83440
   
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test downgrade --feature metadata.version=7
   metadata.version was downgraded to 7.
   
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test downgrade --feature metadata.version
   Can't parse feature=level string metadata.version: equals sign not found.
   java.lang.RuntimeException: Can't parse feature=level string 
metadata.version: equals sign not found.
   
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test downgrade --metadata 3.3-IV3
   metadata.version was downgraded to 7.
   
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test upgrade --metadata 3.3-IV3
   metadata.version was upgraded to 7.
   
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test upgrade --feature metadata.version=8
   Could not upgrade metadata.version to 8. Invalid update version 8 for 
feature metadata.version. Local controller 1 only supports versions 1-7
   1 out of 1 operation(s) failed.
   
   $./bin/kafka-features.sh --bootstrap-server localhost:9092 --command-config 
test disable --feature metadata.version
   Could not disable metadata.version. Invalid update version 0 for feature 
metadata.version. Local controller 1 only supports versions 1-7
   1 out of 1 operation(s) failed.
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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