The GitHub Actions job "Pull Requests" on 
pekko.git/fix/3310-flow-map-with-resource-cleanup has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
df010e07e2dfa30a73b0a5abb8132044bc8a5bf3 / 虎鸣 <[email protected]>
test: make mapWithResource cleanup tests deterministic

Motivation:
The abrupt materializer termination tests used Source.single, which can 
complete across mapWithResource's async boundary and close the resource before 
shutdown.

Modification:
Keep the upstream open with Source.maybe and assert that the resource has not 
been closed before shutting down the materializer.

Result:
The tests now distinguish abrupt termination cleanup from normal upstream 
completion.

Tests:
- FlowMapWithResourceSpec on Scala 2.13 and Scala 3
- sbt +headerCheckAll
- sbt checkCodeStyle
- sbt validatePullRequest (3392 passed, 0 failed)

References:
Refs #3310

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

With regards,
GitHub Actions via GitBox


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

Reply via email to