MINOR: V2.8 system tests for Raft-based metadata quorums#10175
Closed
rondagostino wants to merge 5 commits intoapache:2.8from
Closed
MINOR: V2.8 system tests for Raft-based metadata quorums#10175rondagostino wants to merge 5 commits intoapache:2.8from
rondagostino wants to merge 5 commits intoapache:2.8from
Conversation
Contributor
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
sanity_checks/bounce_test.pysystem test for a simple produce/bounce/produce series of events. Augments this and othersanity_checkstests so they run all metadata quorum types: ZooKeeper, remote Raft, and co-located Raft.Augments several
tests/clientandtests/coresystem 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 assumingsanity_checksas well as any unit/integration tests pass.Augments a simple set of tests in
tests/connect,tests/streams, andtests/toolsto run for remote Raft-based metadata quorums in addition to ZooKeeper.Adds missing
@clusterannotations 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 PR adds 40% more system tests, but thanks to the addition of the missing@#clusterannotations we are able to complete the new 140% test workload in 8% less time than before.This is equivalent to #10105 targeted at
trunkexcept forget_offset_shell_test.pywhich has diverged ontrunkcompared to2.8-- the PRs differ in this single file.Committer Checklist (excluded from commit message)