checker

package
v0.0.0-...-ba1c585 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2017 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package checker defines checkers for syncbase longevity tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker interface {
	// Run should run the checker logic.
	// TODO(nlacasse): Consider making this return a slice of errors rather
	// than just one.
	Run(*context.T, model.Universe) error
}

Checker is the interface that all checkers must implement.

type Equality

type Equality struct{}

Equality Checker checks that all services in the model contain identical databases, collections, and rows.

func (*Equality) Run

func (eq *Equality) Run(ctx *context.T, u model.Universe) error

Jump to

Keyboard shortcuts

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