The GitHub Actions job "Binary Compatibility" on pekko.git/main has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: ca4b3aec02280be4133f6ddeb9266291937aae61 / He-Pin(kerr) <[email protected]> test: retry temporary port bind in RemotingSpec lazy-connect test (#3015) Motivation: RemotingSpec "allow other system to connect even if it's not there at first" intermittently fails at ActorSystem startup with "Address already in use" (issue #1679). The test allocates a port via temporaryServerAddress() and then binds a new ActorSystem to it; the port can be claimed by another process between allocation and bind. Modification: Reuse the existing selectionAndBind helper (already used by the sibling "be able to connect to system even if it's not there at first" test), which retries on a fresh port when the bind fails with "Failed to bind". Result: The lazy-connect test no longer races temporary port allocation; it still passes locally. References: Fixes #1679 Report URL: https://github.com/apache/pekko/actions/runs/27070768143 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
