v0.14.0 tcp/http sinks with standard library added, chain aggregate test script added
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
# ./chain_test.sh --auto all daemonized, automated curl//dev/tcp checks, teardown
|
||||
# ./chain_test.sh --keep (with --auto) skip teardown on success
|
||||
#
|
||||
# relay runs TWO independent pipelines; no cross-path aggregation:
|
||||
# relay_tcp: tcp_chain src :15801 -> tcp sink :15803 (edge-tcp only)
|
||||
# relay_http: http_chain src :15802 -> http sink :15804 (edge-http only)
|
||||
# For fan-in aggregation (both edges -> both sinks) see chain_agg_test.sh.
|
||||
#
|
||||
# Requires: bash 5+, coreutils (timeout), curl. Linux dev host only.
|
||||
|
||||
set -u
|
||||
|
||||
Reference in New Issue
Block a user