akka/akka-core

Consider adding an extra request(1) in expectComplete on the auto probe

Open

#19,227 opened on Dec 18, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:streamt:testing

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

To avoid accidentally relying on early completion in tests. If someone wants to test the actual early completion behavior, then manualProbe is still available.

Contributor guide