runtime

package
v0.0.0-...-8587fb3 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Dendrite  = "dendrite"
	Synapse   = "synapse"
	Conduit   = "conduit"
	Conduwuit = "conduwuit"
)

Variables

View Source
var ContainerKillFunc = func(client *client.Client, containerID string) error {
	return client.ContainerKill(context.Background(), containerID, "KILL")
}

ContainerKillFunc is used to destroy a container, it can be overwritten by Homeserver implementations to e.g. gracefully stop a container.

View Source
var Homeserver string

Functions

func SkipIf

func SkipIf(t ct.TestLike, hses ...string)

Skip the test (via t.Skipf) if the homeserver being tested matches one of the homeservers, else return.

The homeserver being tested is detected via the presence of a `*_blacklist` tag e.g:

go test -tags="dendrite_blacklist"

This means it is important to always specify this tag when running tests. Failure to do so will result in a warning being printed to stdout, and the test will be run. When a new server implementation is added, a respective `hs_$name.go` needs to be created in this directory. This file pairs together the tag name with a string constant declared in this package e.g. dendrite_blacklist == runtime.Dendrite

Types

This section is empty.

Jump to

Keyboard shortcuts

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