Skip to content

Commit

Permalink
Add integration tests which test happy path
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
simonswine committed Apr 20, 2022
1 parent f62b4ae commit 9ec907b
Show file tree
Hide file tree
Showing 5 changed files with 937 additions and 2 deletions.
Loading

0 comments on commit 9ec907b

Please sign in to comment.