[18.0][FIX] checklog-odoo.cfg: ignore Killing chrome descendants-or-self warning#1282
Open
StefanRijnhart wants to merge 1 commit intoOCA:18.0from
Conversation
…rning Warning introduced in odoo/odoo@d22e0b4. The previous warning apparently did not occur, as it was not featured in checklog-odoo.cfg. ``` 2026-04-13 06:39:49,548 745 WARNING odoo odoo.addons.base_import_security_group.tests.test_base_import_security_group.TestImportSecurityGroup.test_access_demo: Killing chrome descendants-or-self of 761: 6 remaining - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) 2026-04-13 06:40:08,196 745 WARNING odoo odoo.addons.base_import_security_group.tests.test_base_import_security_group.TestImportSecurityGroup.test_import_button: Killing chrome descendants-or-self of 881: 6 remaining - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) 2026-04-13 06:40:26,898 745 WARNING odoo odoo.addons.base_import_security_group.tests.test_base_import_security_group.TestImportSecurityGroup.test_no_import_button: Killing chrome descendants-or-self of 1008: 6 remaining - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) ```
164e755 to
ca7dd94
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning introduced in odoo/odoo@d22e0b4. The previous warning apparently did not occur, as it was not featured in checklog-odoo.cfg.