Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ScalatestRouteTestSpec extends AnyFreeSpec with Matchers with ScalatestRou
}

"running on pekko dispatcher threads" in Await.result(Future {
// https://github.com/apache/pekko-http/pull/2526
// https://github.com/akka/akka-http/pull/2526
// Check will block while waiting on the response, this might lead to starvation
// on the BatchingExecutor of pekko's dispatcher if the blocking is not managed properly.
Get() ~> complete(Future(HttpResponse())) ~> check {
Expand Down