[18.0][FIX] checklog-odoo.cfg: ignore Killing chrome descendants-or-self warning#3507
Merged
pedrobaeza merged 1 commit intoOCA:18.0from Apr 13, 2026
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 03:20:41,702 367 WARNING odoo odoo.addons.web_disable_export_group.tests.test_tour.TestTour.test_admin: Killing chrome descendants-or-self of 382: 6 remaining - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) ```
Member
|
Shouldn't this be added to the copier template, as it can happen in other repos? |
pedrobaeza
approved these changes
Apr 13, 2026
Member
Author
|
@pedrobaeza There aren't that many repositories with javascript tests, so the change is only required on a small number of repos. Also, it sounds like a proper solution is still envisioned upstream (odoo/odoo#258062) so hopefully this is a temporary requirement. |
Member
|
OK, I understand this will happen if you have JS tours, so that's more frequent than thought initially. Anyway, if it's a temporary one, let's see if this scales. |
Member
|
We have another case here: OCA/rma#575 |
Member
|
And another in OCA/mail: OCA/social#1851 |
Member
|
I will add it to the copier template. With Hoot, a lot of extra tests with OWL are appearing (Sign, account reconcile, automation, web...). We should be prepared. |
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.