package
Version:
v0.0.0-...-1538fac
Opens a new window with list of versions in this module.
Published: Oct 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package testutil contains utility functions used by server tests against
different platforms.
Get sends a GET request to the address. It returns error for any non 200
status.
Retry keeps calling f with exponentially increased waiting time between tries
until it no longer returns an error, or the delay passes maxBackoff.
URLSuffix returns a human-readable suffix.
type Logger interface {
Logf(format string, args ...interface{})
}
Logger writes logs (normally error messages) during retries.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.