Skip to content

[Process] fix waitUntil+add tests #28958

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

Merged
merged 1 commit into from
Oct 23, 2018

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 4.2
Bug fix? yes
New feature?
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

@@ -160,6 +161,13 @@ public function testWaitUntilSpecificOutput()
$this->assertEquals("First iteration output\nSecond iteration output\nOne more iteration output\n", $completeOutput);
}

public function testWaitUntilReturnspecificOutput()
Copy link
Contributor

@Nek- Nek- Oct 23, 2018

Choose a reason for hiding this comment

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

I guess the name of this test is not accurate. (It test what happen in case the process ends fast, 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.

fixed

@nicolas-grekas nicolas-grekas merged commit 946d278 into symfony:master Oct 23, 2018
nicolas-grekas added a commit that referenced this pull request Oct 23, 2018
This PR was merged into the 4.2-dev branch.

Discussion
----------

[Process] fix waitUntil+add tests

| Q             | A
| ------------- | ---
| Branch?       | 4.2
| Bug fix?      | yes
| New feature?  |
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

946d278 [Process] fix waitUntil+add tests
@nicolas-grekas nicolas-grekas deleted the proc-fix branch October 23, 2018 12:56
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.

3 participants