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

fix many parallel test issues #473

Merged
merged 2 commits into from
Sep 26, 2013
Merged

fix many parallel test issues #473

merged 2 commits into from
Sep 26, 2013

Conversation

ptarjan
Copy link
Contributor

@ptarjan ptarjan commented Sep 26, 2013

While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.

Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.

While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.

Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.
@php-pulls php-pulls merged commit 361e984 into php:master Sep 26, 2013
ptarjan added a commit to facebook/hhvm that referenced this pull request Mar 13, 2014
I sent these upstream, so once that is merged we don't need these anymore.
successkid
php/php-src#473

Reviewed By: @sgolemon

Differential Revision: D985565
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants