mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
![]() When running tests on some machines, it's apparently possible for the PR-creation webhook to come back before the PR creation request has, leading to the creation of the PR from the API call duplicating that of the webhook and blowing up. To fix, immediately commit the transaction then check if we already have the PR we just created in the system, and only create it explicitly if not. |
||
---|---|---|
.. | ||
data | ||
models | ||
tests | ||
__init__.py | ||
__manifest__.py |