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 2021/02/22 15:14:59 UTC

[GitHub] [kafka] rondagostino opened a new pull request #10175: MINOR: V2.8 system tests for Raft-based metadata quorums

rondagostino opened a new pull request #10175:
URL: https://github.com/apache/kafka/pull/10175


   Adds a new `sanity_checks/bounce_test.py` system test for a simple produce/bounce/produce series of events.  Augments this and other `sanity_checks` tests so they run all metadata quorum types: ZooKeeper, remote Raft, and co-located Raft.
   
   Augments several `tests/client` and `tests/core` system tests to run for remote Raft-based metadata quorums in addition to ZooKeeper.  Co-located Raft controllers are not tested here as this configuration is presumed to work assuming `sanity_checks` as well as any unit/integration tests pass.
   
   Augments a simple set of tests in `tests/connect`, `tests/streams`, and `tests/tools` to run for remote Raft-based metadata quorums in addition to ZooKeeper.
   
   Adds missing `@cluster` annotations for dozens of system tests that were missing them -- this was causing these tests to grab the entire cluster of nodes and negatively impact the parallelism of the system test run.
   
   This is equivalent to https://github.com/apache/kafka/pull/10105/ targeted at `trunk` except for `get_offset_shell_test.py` which has diverged on `trunk` compared to `2.8` -- the PRs differ in this single file.
   
   ### 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.

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



[GitHub] [kafka] cmccabe commented on pull request #10175: MINOR: V2.8 system tests for Raft-based metadata quorums

Posted by GitBox <gi...@apache.org>.
cmccabe commented on pull request #10175:
URL: https://github.com/apache/kafka/pull/10175#issuecomment-783709474


   thanks, @rondagostino! I backported this as part of the #10105 PR as we usually do (we don't usually have a separate PR for the branch).  Thanks for showing me how to resolve the conflicts in `get_offset_shell_test.py`.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] cmccabe closed pull request #10175: MINOR: V2.8 system tests for Raft-based metadata quorums

Posted by GitBox <gi...@apache.org>.
cmccabe closed pull request #10175:
URL: https://github.com/apache/kafka/pull/10175


   


----------------------------------------------------------------
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:
users@infra.apache.org