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

admin: improve test coverage and increase the coverage-percent threshold #20025

Merged

Commits on Feb 17, 2022

  1. add missing test for recent lookups now that there are no more fake s…

    …ymbol tables.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7c17ae1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. remove unused function and add some missing coverage.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    64a33fe View commit details
    Browse the repository at this point in the history
  2. more coverage cleanups

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e615028 View commit details
    Browse the repository at this point in the history
  3. add coverage

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    9d88e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. try to fix clang-tidy issues (naming convention) and add more coverage.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    ad500ff View commit details
    Browse the repository at this point in the history
  2. fix clang-tidy errors and update the coverage expectations.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0efc3d7 View commit details
    Browse the repository at this point in the history
  3. add comment

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    9090f4f View commit details
    Browse the repository at this point in the history
  4. declare most stuff const.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f3b79c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Merge branch 'main' into admin-stats-recent-lookups-test-coverage

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    96bee81 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fd8dd0c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. add static API to StatsHandler to make tests a little easier.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    341f7a7 View commit details
    Browse the repository at this point in the history
  2. add benchmark source file.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ea84014 View commit details
    Browse the repository at this point in the history