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

[v23.1.x] Default to reading from the beginning of partition in ThroughputLimitsSnc.test_consumers #11413

Merged

Commits on Jun 14, 2023

  1. tests: cleanup

    Added docstrings, test error messages, code formatting,
    removed unnecessary comments
    
    (cherry picked from commit 5777df8)
    dlex authored and vbotbuildovich committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    71476c3 View commit details
    Browse the repository at this point in the history
  2. tests: KcatConsumer supports "auto.offset.reset"

    KcatConsumer support for the librdkafka option that controls consumer
    behaviour when the requested offset is not stored for the partition
    or is out of range.
    
    (cherry picked from commit df57cc3)
    dlex authored and vbotbuildovich committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6ba99a8 View commit details
    Browse the repository at this point in the history
  3. tests: handle the case of unconsumed partition

    If the 0th consumer did not have a chance to consume from a partition,
    the 1st consumer now falls back to consume the partition from
    the beginning
    
    (cherry picked from commit d438621)
    dlex authored and vbotbuildovich committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0312ec6 View commit details
    Browse the repository at this point in the history
  4. tests: fixed sasl and GSSAPI options in KcatConsumer

    (cherry picked from commit 70b5f4a)
    dlex authored and vbotbuildovich committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ff95e9f View commit details
    Browse the repository at this point in the history