The GitHub Actions job "Pull Requests" on pekko.git/fix-remote-send-consistency-timeout has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: e3c8b2139fb75f19cb572ff57501e41a91143066 / He-Pin <[email protected]> fix: widen RemoteSendConsistencySpec await window to 30s Motivation: ArteryTcp/TlsTcp SendConsistencyWithOneLaneSpec flake on busy CI: "must (also with actorSelection) be able to send messages concurrently preserving order" times out at the within window (10s dilated by timefactor=2 to 20s). The test drives ~4004 round trips through TCP/TLS-TCP across four sender pairs - TLS handshake plus JIT warmup easily exceed the original budget without indicating a real regression. Modification: Bump within(10.seconds) to within(30.seconds) at lines 179 and 219. Result: Up to 60s of dilated wall-clock headroom on CI; still fails fast on genuine deadlocks. Tests: - scalafmt --test on the changed file (passes) - did not run remote/test locally (env constraints); CI Check / Test will exercise the artery variants Report URL: https://github.com/apache/pekko/actions/runs/26870469122 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
