-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Apparently in Odoo 19.0, and differently than previous versions, modules are not re-installed when running the command line with odoo -i <module-name>.
So, using this command to test an already installed module will simply silently fail to execute tests.
This is what happens with auto-installable modules.
Since we're first preparing a db with all the dependencies, the auto-installable module will get automatically installed at this step.
Later, when we actually run tests, the module is already installed.. and so Odoo will not re-install it nor execute its unit tests.
Here's a PR where this was detected:
- https://github.com/OCA/stock-logistics-workflow/actions/runs/21147668056/job/60816851729?pr=2225
- The module was installed in the "Initialize test db" step
- The module's tests were not executed ❌
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working