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

[Process] Fix process continuing after reached timeout using getIterator() #20600

Merged
merged 1 commit into from Nov 24, 2016

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Nov 22, 2016

Q A
Branch? 3.1
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #20594
License MIT
Doc PR n/a

@@ -558,6 +558,7 @@ public function getIterator($flags = 0)
}

$this->readPipesForOutput(__FUNCTION__, $blocking);
$this->checkTimeout();
Copy link
Member

Choose a reason for hiding this comment

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

should be above line 560, isn't it?

Copy link
Member Author

Choose a reason for hiding this comment

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

true! fixed

@chalasr chalasr force-pushed the fix/process/get_iterator_timeout branch from f96dc2e to 10992cd Compare November 23, 2016 08:58
@fabpot
Copy link
Member

fabpot commented Nov 24, 2016

Thank you @chalasr.

@fabpot fabpot merged commit 10992cd into symfony:3.1 Nov 24, 2016
fabpot added a commit that referenced this pull request Nov 24, 2016
…ng getIterator() (chalasr)

This PR was merged into the 3.1 branch.

Discussion
----------

[Process] Fix process continuing after reached timeout using getIterator()

| Q             | A
| ------------- | ---
| Branch?       | 3.1
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #20594
| License       | MIT
| Doc PR        | n/a

Commits
-------

10992cd [Process] Fix kill process on reached timeout using getIterator()
@chalasr chalasr deleted the fix/process/get_iterator_timeout branch November 24, 2016 08:01
@fabpot fabpot mentioned this pull request Nov 27, 2016
@fabpot fabpot mentioned this pull request Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants