Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

=str #17191 mapAsyncUnordered shall terminate after resume #17195

Merged

Conversation

rkuhn
Copy link
Contributor

@rkuhn rkuhn commented Apr 14, 2015

fixes #17191

@akka-ci akka-ci added the validating PR is currently being validated by Jenkins label Apr 14, 2015
@@ -171,6 +171,16 @@ class FlowMapAsyncSpec extends AkkaSpec {
c.expectComplete()
}

"finish after future failure" in {
import system.dispatcher
Await.result(Source(1 to 3).mapAsync(1, n ⇒ Future {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the problem was when the last element throwed/resumed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only when the last one to come in throws, actually (which made this test racy in the unordered case)

@akka-ci akka-ci added tested PR that was successfully built and tested by Jenkins and removed validating PR is currently being validated by Jenkins labels Apr 14, 2015
@akka-ci
Copy link

akka-ci commented Apr 14, 2015

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://jenkins.akka.io/job/pr-validator-per-commit-jenkins/2307/

@patriknw
Copy link
Member

LGTM

2 similar comments
@drewhk
Copy link
Member

drewhk commented Apr 14, 2015

LGTM

@ktoso
Copy link
Member

ktoso commented Apr 14, 2015

LGTM

ktoso added a commit that referenced this pull request Apr 14, 2015
…nation-∂π

=str #17191 mapAsyncUnordered shall terminate after resume
@ktoso ktoso merged commit 3d2e179 into release-2.3-dev Apr 14, 2015
@ktoso ktoso deleted the wip-17191-mapAsyncUnordered-termination-∂π branch April 14, 2015 12:34
ktoso added a commit to ktoso/akka that referenced this pull request Jan 11, 2016
…ermination-∂π

=str akka#17191 mapAsyncUnordered shall terminate after resume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants