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

systemtest: add tests for aggregation and sampling #4084

Merged
merged 6 commits into from
Sep 3, 2020

Commits on Aug 31, 2020

  1. systemtest: add tests for aggregation and sampling

    Migrate aggregation and sampling system tests to Go.
    
    As part of this we introduce "approval" test support.
    The implementation is a little different to the one
    in the Python system tests: the Python ones ignore
    various dynamic fields when computing the diff; we
    replace dynamic fields before comparing, so the
    approved diffs don't change in unrelated ways every
    time there is an expected change, such as a new field.
    axw committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    bb58277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc0c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c60ca View commit details
    Browse the repository at this point in the history
  4. systemtest: fix logging test

    If we don't consume the response, the server
    may (non-determinstically) log an error.
    axw committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9037a6c View commit details
    Browse the repository at this point in the history
  5. Update approved files

    axw committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    589e133 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    7aa3cd7 View commit details
    Browse the repository at this point in the history