v0.14.0 tcp/http sinks with standard library added, chain aggregate test script added

This commit is contained in:
2026-07-17 17:21:50 -04:00
parent e96ede32ae
commit dc3e9910a3
8 changed files with 1167 additions and 1 deletions
+5
View File
@@ -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