testhelper

package
v0.0.3-do.not.use Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandomShortSocketName

func RandomShortSocketName() string

RandomShortSocketName creates a socket name string that avoids common pitfalls in tests. There are a bunch of opposing problems in unit tests with sockets: Ideally, we'd like to use t.TmpDir+something.sock -> too long socket name We can't just use local short file name -> clashes when running tests in parallel We can't use t.ChDir + short name -> t.ChDir does not allow t.Parallel -> we use a short local but randomized socket path

func TestLogger

func TestLogger(t *testing.T) logging.Logger

func WaitForClosedWithTimeout

func WaitForClosedWithTimeout(in <-chan struct{}) error

func WaitForErrorWithTimeout

func WaitForErrorWithTimeout(in <-chan error) error

func WaitForWithExplicitTimeoutV

func WaitForWithExplicitTimeoutV[T any](ch <-chan T, timeout time.Duration) (T, error)

func WaitForWithTimeoutV

func WaitForWithTimeoutV[T any](ch <-chan T) (T, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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