Skip to content

Commit

Permalink
e2e: Fixing compactor test flakiness.
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Mar 24, 2020
1 parent 65b49af commit 84b1eb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ test-e2e-ci: docker
@rm -rf ./test/e2e/e2e_integration_test*
@echo ">> running /test/e2e tests."
@go clean -testcache
@go test -failfast -parallel 1 -timeout 5m -v ./test/e2e/...
@go test -failfast -parallel 1 -timeout 10m -v ./test/e2e/...

.PHONY: install-deps
install-deps: ## Installs dependencies for integration tests. It installs supported versions of Prometheus and alertmanager to test against in integration tests.
Expand Down
1 change: 0 additions & 1 deletion test/e2e/compact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func TestCompact(t *testing.T) {

l := log.NewLogfmtLogger(os.Stdout)

// blockDesc describes a recipe to generate blocks from the given series and external labels.
type blockDesc struct {
series []labels.Labels
extLset labels.Labels
Expand Down

0 comments on commit 84b1eb3

Please sign in to comment.