The GitHub Actions job "Pull Requests" on 
pekko.git/port-stream-io-dispatcher-test has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
cac0f9ac3a7f49e6840edb7993c21747823d4d7d / He-Pin <[email protected]>
Fix stream IO dispatcher test failures

Avoid creating custom materializers in tests that verify dispatcher
assignment. Custom materializers are not covered by StreamSpec's
afterEach cleanup, causing test pollution and failures.

Changes:
- Remove custom ActorMaterializer creation in FileSinkSpec,
  FileSourceSpec, and UnfoldResourceAsyncSourceSpec
- Use SystemMaterializer(system).materializer to access the system
  materializer supervisor for dispatcher assertions
- Remove separate ActorSystem creation in FileSourceSpec dispatcher
  tests (no longer needed with system materializer)
- Clean up StreamSpec debug dump: replace non-functional stream
  supervisor query with printDebugDump helper, add stopAllChildren
  on failure for cleanup

Upstream: akka/akka-core@145319d86d
Cherry-picked from akka/akka-core v2.8.0, which is now Apache licensed.

Co-authored-by: Copilot <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to