odoo/odoo#232424
Created by fw-bot
Merged
at 850c46c641da422d42d46cab59b44e2a10c00d41
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-17.0-catch-remaining-processes-xdo-471789-fw
- head
- 05e3c1a32771b403dc90da0c6fcf8059742372ac
- merged
- 2 weeks ago by Framework (ORM), Xavier Dollé (xdo)
| odoo/odoo | |
|---|---|
| 17.0 | #231942 |
| 18.0 | #232313 |
| saas-18.2 | #232339 |
| saas-18.3 | #232362 |
| saas-18.4 | #232392 |
| 19.0 | #232407 |
| master | #232424 |
[FIX] tests: catch remain processes
In some case a process could remain active at the end of a tests In addition to possible race condition, this can also cause a program to remain stuck at the end of the tests.
This commit proposes to
- catch all remaining processes at the end of a base case.
- log a message if a process is found at the shutdown of the server.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #231942