mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
curl applies no overall timeout of its own, so a server that accepts the connection and then stops answering parks a poll loop for the rest of the run and the loop's attempt count stops bounding anything. Add a CURL_MAX_TIME ceiling and apply it to all 18 executable probes in integration-test.sh. TESTING.md's manual node-config template also disagreed with what the script writes, so a reader following it could not reproduce the automated path: - no [insight] stanza, so no beast::insight metric leaves the node at all and Step 10b's ten rippled_* assertions cannot pass - [ips_fixed] listed all six peer ports including the node's own The log level is deliberately untouched: the template and the script agree on warning here.