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

Add integration tests which test happy path #5968

Merged
merged 3 commits into from
May 3, 2022

Commits on Apr 21, 2022

  1. Add integration tests which test happy path

    This PR adds simple go based integration tests, which can run Loki
    in two modes:
    
    - single-binary
    - micro-services with index-gateway
    
    After standing up it performs the most basic duties like:
    - ingest logs
    - run a range query
    - query label names and label values
    
    This is meant to catch more significant problem as early as possible in
    the PR.
    
    We should aim to keep this as simple as possible.
    simonswine committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    12e4d7d View commit details
    Browse the repository at this point in the history
  2. Replace config generation with template

    Makes configuration much more readable and avoids easy mistakes
    simonswine committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    acb3e90 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
    simonswine and MichelHollands committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    3919361 View commit details
    Browse the repository at this point in the history