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] tests: avoid to fork in multithread process #163562

Closed

Conversation

Xavier-Do
Copy link
Contributor

Since python 3.12 python/cpython#100229, fork inside a multi threaded process will raise a warning.

We actually have another solution to get rid of the fork that was implemented in more recent versions.

part of #162438

Since python 3.12 python/cpython#100229, fork
inside a multithreaded process will raise a warning.

We actually have another solution to get rid of the fork that was
implemented in more recent versions.
@C3POdoo C3POdoo added the RD research & development, internal work label Apr 26, 2024
@Xavier-Do
Copy link
Contributor Author

@fw-bot ignore, already in 16.0

@C3POdoo C3POdoo requested a review from a team April 26, 2024 14:00
@robodoo
Copy link
Contributor

robodoo commented Apr 26, 2024

Copy link
Collaborator

@xmo-odoo xmo-odoo left a comment

Choose a reason for hiding this comment

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

@robodoo override=ci/security

@d-fence
Copy link
Contributor

d-fence commented Apr 26, 2024

robodoo r+

@d-fence
Copy link
Contributor

d-fence commented Apr 26, 2024

@fw-bot ignore

@fw-bot
Copy link
Contributor

fw-bot commented Apr 26, 2024

Forward-port disabled.

@Xavier-Do Xavier-Do mentioned this pull request Apr 26, 2024
14 tasks
robodoo pushed a commit that referenced this pull request Apr 26, 2024
Since python 3.12 python/cpython#100229, fork
inside a multithreaded process will raise a warning.

We actually have another solution to get rid of the fork that was
implemented in more recent versions.

closes #163562

Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
@robodoo robodoo closed this Apr 26, 2024
willylohws pushed a commit to willylohws/odoo that referenced this pull request May 1, 2024
Since python 3.12 python/cpython#100229, fork
inside a multithreaded process will raise a warning.

We actually have another solution to get rid of the fork that was
implemented in more recent versions.

closes odoo#163562

Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants