This commit is contained in:
2026-02-10 07:13:56 +07:00
parent 8d4384ae3f
commit eb99df02c9

View File

@@ -17,7 +17,8 @@ const FILESERVER_URL = "http://192.168.88.104:8080"
correlation_id = string(uuid4())
# File path for large binary payload test
const LARGE_FILE_PATH = "./test.zip"
const LARGE_FILE_PATH = "./testFile_large.zip"
const filename = basename(LARGE_FILE_PATH)
# Helper: Log with correlation ID
function log_trace(message)
@@ -43,7 +44,7 @@ function test_large_binary_send()
"binary",
nats_url = NATS_URL,
fileserver_url = FILESERVER_URL;
dataname="test.zip"
dataname=filename
)
log_trace("Sent message with transport: $(env.transport)")