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

[e2e] Fix excessively verbose output from virtuous test #3116

Merged
merged 1 commit into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. [e2e] Fix excessively verbose output from virtuous test

    PR #3057 added a metrics client and switched the virtuous test to use
    it. The virtuous test was previously selecting only the 2 metrics it
    was interested in and printing them out on each of its 50 rounds, but
    after the switch to the new client it was printout out all metrics
    rather than just 2, resulting in so much log output that it was no
    longer possible to view a complete e2e log in github's UI without
    downloading it. This change ensures that only the 2 metrics of
    interest are output.
    marun committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7f030af View commit details
    Browse the repository at this point in the history