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

test: Verify platform metrics are available #24117

Merged

Commits on Nov 9, 2019

  1. test: Verify platform metrics are available

    Ensure there are no regressions.
    smarterclayton committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    7cac162 View commit details
    Browse the repository at this point in the history
  2. test: Prometheus query test should fail more quickly

    The old logic waited for prometheus to come up. That should no longer
    be necessary as we wait for cluster bringup before e2e tests are run.
    
    When a particular query is failing repeatedly, there is no need
    to print the error multiple times. Also check for unmarshal failures
    and check the status of the query, and be sure to print a newline.
    smarterclayton committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    10c6be0 View commit details
    Browse the repository at this point in the history