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

Fix possible faulty metrics in TestFuncProducing* #1545

Merged

Commits on Nov 20, 2019

  1. Fix possible faulty metrics in TestFuncProducing*

    Do not check the request-latency-in-ms metric for the cluster as it
    could be 0 if one of the broker is down. Similarly the response-size
    metric for the cluster could be recorded with 0 bytes.
    The respective broker metrics on the other hand are useful.
    
    Dump applicative logs from all brokers in case the tests (or something
    other build task) fail.
    slaunay committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    0b8faea View commit details
    Browse the repository at this point in the history