enginetests

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFreePort

func GetFreePort() int

func List

func List(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)

func Restart

func Restart(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)

func StartDetached added in v1.8.0

func StartDetached(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)

StartDetached verifies the detach flow for process engines: Start returns once healthy without the harness ever calling wg.Wait() (the CLI exits in real usage), the mock keeps serving, its log file is written, and it remains discoverable/stoppable via the managed-process helpers.

func StartStop

func StartStop(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)

Types

type EngineTestFields

type EngineTestFields struct {
	ConfigDir     string
	Options       engine.StartOptions
	SkipCheckPort bool
}

type EngineTestScenario

type EngineTestScenario struct {
	Name   string
	Fields EngineTestFields
}

Jump to

Keyboard shortcuts

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