Skip to content

Commit ca7dd94

Browse files
[FIX] checklog-odoo.cfg: ignore Killing chrome descendants-or-self warning
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) ```
1 parent f8d6cd1 commit ca7dd94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

checklog-odoo.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[checklog-odoo]
22
ignore=
33
WARNING.* 0 failed, 0 error\(s\).*
4+
WARNING .* Killing chrome descendants-or-self .*

0 commit comments

Comments
 (0)