integration

package
v0.0.0-...-006ee9c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

README

Grafana Mimir integration tests

See "How integration tests work".

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultPreviousVersionImages = map[string]e2emimir.FlagMapper{
	"grafana/mimir:2.3.1": e2emimir.ChainFlagMappers(
		e2emimir.SetFlagMapper(map[string]string{"-ingester.ring.readiness-check-ring-health": "false"}),
		e2emimir.RemoveFlagMapper([]string{"-ingester.native-histograms-ingestion-enabled"}),
		removePartitionRingFlags,
	),
	"grafana/mimir:2.6.0": e2emimir.ChainFlagMappers(
		e2emimir.RemoveFlagMapper([]string{"-ingester.native-histograms-ingestion-enabled"}),
		removePartitionRingFlags,
	),
	"grafana/mimir:2.7.1":  removePartitionRingFlags,
	"grafana/mimir:2.8.0":  removePartitionRingFlags,
	"grafana/mimir:2.9.1":  removePartitionRingFlags,
	"grafana/mimir:2.10.0": removePartitionRingFlags,
	"grafana/mimir:2.11.0": removePartitionRingFlags,
	"grafana/mimir:2.12.0": removePartitionRingFlags,
}

DefaultPreviousVersionImages is used by `tools/pre-pull-images` so it needs to be in a non `_test.go` file.

View Source
var (
	VaultImage = "hashicorp/vault:1.13.2"
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL