Skip to main content

Crate eggress_cli

Crate eggress_cli 

Source

Structs§

UpstreamTestResult

Constants§

EXIT_CLI_PARSE_ERROR
EXIT_CONFIG_VALIDATION
EXIT_RUNTIME_FAILURE
EXIT_SIGINT
EXIT_SIGTERM
EXIT_SUCCESS
Stable process exit codes. These are part of the compatibility surface: both the eggress and pproxy binaries must agree on them.
EXIT_UNSUPPORTED_FEATURE

Functions§

build_test_chain_executor
parse_pproxy_test_target
Parse the URL-shaped pproxy --test value into the target address used by the shared native upstream tester. The regular eggress upstream test command continues to accept its existing host:port form.
print_upstream_test_result
run_async_test
run_upstream_test
Run upstream tests against a compiled config and return the exit code.
run_upstream_test_with_mode
Run upstream tests with an explicit mode (“proxy” or “tcp”).
test_upstream_tcp