The GitHub Actions job "Nightly Builds (1.7)" on pekko.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
fcc541a71f90338b9c2f17df0b691913f0955831 / He-Pin(kerr) <[email protected]>
test: clean up TLS edge streams after early cancellation (#3000)

Motivation:
JDK 25 nightly builds time out in repeated TlsGraphStageEdgeCasesSpec 
early-cancellation scenarios because earlier materializations can keep draining 
after the expected bytes have been collected.

Modification:
Materialize collectExactly with a KillSwitch and watch stream termination, then 
shut down and await the stream in finally after the expected bytes are 
collected.

Result:
Repeated TLS edge-case checks do not leave prior materializations running in 
the same actor system.

Tests:
- JDK 25 nightly-style virtualized stream-dispatcher flags: stream-tests / Test 
/ testOnly org.apache.pekko.stream.io.TlsGraphStageEdgeCasesSpec
- scalafmt --mode diff-ref=origin/main --quiet
- scalafmt --list --mode diff-ref=origin/main
- git diff --check

References:
Refs #2994

Report URL: https://github.com/apache/pekko/actions/runs/26612058962

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to