Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KIP-848] Added support for testing with new 'consumer' group protocol. #1812

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 7, 2024

  1. [KIP-848] Added support for testing with new 'consumer' group protocol.

    * [KIP-848] Added support for testing with new 'consumer' group protocol.
    
    * Build fixes
    
    * updated trivup
    
    * Updated trivup install path
    
    * Fixed failing test
    
    * Style fix
    
    * Added more tests to be run with the new protocol
    
    * Fixed failing tests
    
    * Added Test common for common functionalities
    
    * Enabling SR again
    
    * Style fixes
    
    * Some refactoring
    
    * Added consumer protocol integration tests in semaphore
    
    * Ignoring failing admin tests
    
    * Fix typo
    
    * Fixed failing test case
    
    * Added new fixure for single broker and using this fixure for test_serializer tests
    
    * Build fixes
    
    * Fixed transiet test failures for proto
    
    * Fixed another test
    
    * Added Test*Consumer classes instead of functions
    
    * Build issue
    
    * Added common TestUtils
    
    * Using specific commit for trivup
    
    * Removed trivup 0.12.5
    
    * PR comments
    
    * Style check
    
    * Skipping one list offsets assert for Zookeeper
    
    * 1) Moved sleep after result and assert.
    2) Added a function to create a topic and wait for propogation.
    
    * Using create_topic_and_wait_propogation instead of create_topic function
    
    * Internally using create_topic in create_topic_and_wait_propogation
    
    * Removed kafka single broker cluster fixure
    
    * Removed unnecessary import time
    
    * Using broker version 3.8.0 for classic protocol and enabled test which was failing in 3.7.0
    
    * Changed fixure scope to session
    
    * Style fixes
    pranavrth committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    49fde81 View commit details
    Browse the repository at this point in the history