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 21, 2022
1 parent 66a4692 commit 12e4d7d
Show file tree
Hide file tree
Showing 7 changed files with 996 additions and 6 deletions.
Loading

0 comments on commit 12e4d7d

Please sign in to comment.