testutils

package
v1.0.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateChunks

func CreateChunks(startIndex, batchSize int, from model.Time, through model.Time) ([]string, []chunk.Chunk, error)

CreateChunks creates some chunks for testing

func DefaultSchemaConfig

func DefaultSchemaConfig(kind string) chunk.SchemaConfig

DefaultSchemaConfig returns default schema for use in test fixtures

func Setup

func Setup(fixture Fixture, tableName string) (chunk.IndexClient, chunk.Client, error)

Setup a fixture with initial tables

func SetupTestChunkStore added in v0.7.0

func SetupTestChunkStore() (chunk.Store, error)

func SetupTestObjectStore added in v0.7.0

func SetupTestObjectStore() (chunk.ObjectClient, error)

func TeardownFixture added in v0.7.0

func TeardownFixture(t *testing.T, fixture Fixture)

Types

type Fixture

type Fixture interface {
	Name() string
	Clients() (chunk.IndexClient, chunk.Client, chunk.TableClient, chunk.SchemaConfig, error)
	Teardown() error
}

Fixture type for per-backend testing.

Jump to

Keyboard shortcuts

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