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

ktesting: capture log data in memory #327

Merged
merged 1 commit into from Jun 21, 2022

Commits on Jun 20, 2022

  1. ktesting: capture log data in memory

    This is useful for tests that specifically want to check for expected log
    output in the code that they are testing.
    
    Capturing log data is done unconditionally. Having a configuration option for
    it would be possible, but then usage and code become more complicated
    for (probably) very little performance gains in tests that don't need the
    captured data.
    pohly committed Jun 20, 2022
    Copy the full SHA
    325472d View commit details
    Browse the repository at this point in the history