testing

package
v0.0.0-...-c9321c3 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

package testing provides tests for update and resolution of time-based feeds

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestFinderBasic

func TestFinderBasic(t *testing.T, finderf func(storage.Getter, *feeds.Feed) feeds.Lookup, updaterf func(putter storage.Putter, signer crypto.Signer, topic []byte) (feeds.Updater, error))

func TestFinderFixIntervals

func TestFinderFixIntervals(t *testing.T, nextf func() (bool, int64), finderf func(storage.Getter, *feeds.Feed) feeds.Lookup, updaterf func(putter storage.Putter, signer crypto.Signer, topic []byte) (feeds.Updater, error))

func TestFinderIntervals

func TestFinderIntervals(t *testing.T, nextf func() (bool, int64), finderf func(storage.Getter, *feeds.Feed) feeds.Lookup, updaterf func(putter storage.Putter, signer crypto.Signer, topic []byte) (feeds.Updater, error))

func TestFinderRandomIntervals

func TestFinderRandomIntervals(t *testing.T, finderf func(storage.Getter, *feeds.Feed) feeds.Lookup, updaterf func(putter storage.Putter, signer crypto.Signer, topic []byte) (feeds.Updater, error))

Types

type Timeout

type Timeout struct {
	storage.Storer
}

func (*Timeout) Get

func (t *Timeout) Get(ctx context.Context, mode storage.ModeGet, addr penguin.Address) (penguin.Chunk, error)

Get overrides the mock storer and introduces latency

Jump to

Keyboard shortcuts

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