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

tests: use rpk producer for even record distribution #4928

Merged

Commits on May 25, 2022

  1. tests: use rpk producer for even record distribution

    kafka tools cli used in some of the tests could produce non uniform
    message distribution, causing errors in assertion because the segment
    is not uploaded to SI.
    
    using rpk producer produces better distribution as it uses random
    keys.
    
    this commit also fixes a log message and adds a topic specific pattern
    to the matching condition of topic_manifest.json. This is to avoid the
    verification matching files for topics which are not part of the test.
    abhijat committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9d764b2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. tests: use rpk producer in SI recovery tests

    use rpk producer for all TopicRecoveryTest instances. Additionally
    some cleanups according to python linter.
    abhijat committed May 28, 2022
    Configuration menu
    Copy the full SHA
    4329fa5 View commit details
    Browse the repository at this point in the history