You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/03 02:57:38 UTC

[GitHub] [kafka] stan-confluent opened a new pull request #11730: Use ducktape version 0.7.17

stan-confluent opened a new pull request #11730:
URL: https://github.com/apache/kafka/pull/11730


   Ducktape 0.7.17 locked a couple of dependencies to their last py2 compatible versions - this ensures more or less stable python 2 builds for kafkatest (until some other package breaks it).
   Since 2.7 and above uses ducktape 0.8.x and python 3, this change does not apply there.
   
   See these PRs for details on ducktape:
   https://github.com/confluentinc/ducktape/pull/291
   https://github.com/confluentinc/ducktape/pull/292
   
   Tested:
   - Ran `python setup.py develop` in a clean python 2.7.18 virtualenv to ensure all dependencies are installed without conflicts
   - Ran a small system test with `ducker-ak` just to ensure it still works ok
       - had to hack the dockerfile since openjdk:8 image does not include py2 anymore it seems? Hacked something together to have some test run (it failed due to some java deps it seems, but ducktape part worked ok)
   - Ran a system test job on jenkins - https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4776 
       - used a custom test that simply brings up zk and kafka
   
   ### 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-unsubscribe@kafka.apache.org

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



[GitHub] [kafka] dajac merged pull request #11730: MINOR: Use ducktape version 0.7.17

Posted by GitBox <gi...@apache.org>.
dajac merged pull request #11730:
URL: https://github.com/apache/kafka/pull/11730


   


-- 
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-unsubscribe@kafka.apache.org

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



[GitHub] [kafka] stan-confluent commented on pull request #11730: Use ducktape version 0.7.17

Posted by GitBox <gi...@apache.org>.
stan-confluent commented on pull request #11730:
URL: https://github.com/apache/kafka/pull/11730#issuecomment-1028555574


   @cmccabe @ijuma @ewencp can you folks please take a look and/or suggest who else should be on the approvers list?


-- 
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-unsubscribe@kafka.apache.org

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