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: fix describe topics w/ docs and types #7877

Merged
merged 1 commit into from
Dec 23, 2022

Commits on Dec 22, 2022

  1. tests: fix describe topics w/ docs and types

    This test was failing because of poor STDOUT parsing that assumed a
    fixed number of lines. This commit removes those assumptions and uses
    regular expressions to parse STDOUT instead of string.split()
    
    Fixes redpanda-data#7851
    NyaliaLui committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b11b7d8 View commit details
    Browse the repository at this point in the history