Provide Memory Leak Test Suite

by adding an assertion about the number of Goroutines to the unit tests.
This commit is contained in:
Maximilian Paß
2023-09-04 11:20:32 +02:00
parent b708dddd23
commit a01bd0fa7e
2 changed files with 50 additions and 1 deletions

View File

@ -25,6 +25,7 @@ const (
AnotherRunnerID = AnotherEnvironmentIDAsString + "-" + AnotherUUID
DefaultExecutionID = "s0m3-3x3cu710n-1d"
DefaultMockID = "m0ck-1d"
TinyTimeout = 10 * time.Millisecond
ShortTimeout = 100 * time.Millisecond
DefaultTestTimeout = 10 * time.Minute
)