Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Process] fix tests #59687

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

Closed
wants to merge 1 commit into from
Closed

[Process] fix tests #59687

wants to merge 1 commit into from

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Feb 4, 2025

Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues
License MIT

@@ -1307,7 +1307,7 @@ protected function updateStatus(bool $blocking)

$this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);

if ($this->fallbackStatus && $this->isSigchildEnabled()) {
if ($this->fallbackStatus) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is very likely not the right fix. We need to find out why all of a sudden proc_get_status() above does not return the expected data on the PHP 8.2 jobs anymore.

@nicolas-grekas
Copy link
Member

Let's skip this test case, it's transient... see #59690

@xabbuh xabbuh deleted the process-tests branch February 4, 2025 14:12
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