Skip to content

Syncing from upstream OCA/queue (18.0)#537

Merged
bt-admin merged 4 commits intobrain-tec:18.0from
OCA:18.0
Feb 25, 2026
Merged

Syncing from upstream OCA/queue (18.0)#537
bt-admin merged 4 commits intobrain-tec:18.0from
OCA:18.0

Conversation

@bt-admin
Copy link
Copy Markdown

bt_gitbot

guewen and others added 4 commits February 19, 2026 16:44
Every time a job is done, even if it is not part of a graph, it runs a
query to look for dependents to enqueue. Storing the dependent uuids in
the "dependencies" field was on purpose to know that we have no further
jobs in the graph and that we can skip the check entirely and have no
overhead in this case.

It looks like an oversight, we can add the missing condition.
Signed-off-by sbidoul
@bt-admin bt-admin added the 18.0 label Feb 25, 2026
@bt-admin bt-admin merged commit f57d874 into brain-tec:18.0 Feb 25, 2026
4 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 25, 2026

Codecov Report

❌ Patch coverage is 68.75000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.38%. Comparing base (2601ebb) to head (0c95fd2).
⚠️ Report is 48 commits behind head on 18.0.

Files with missing lines Patch % Lines
queue_job/controllers/main.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             18.0     #537      +/-   ##
==========================================
- Coverage   82.39%   82.38%   -0.02%     
==========================================
  Files          84       84              
  Lines        4754     4768      +14     
  Branches      411      412       +1     
==========================================
+ Hits         3917     3928      +11     
- Misses        767      770       +3     
  Partials       70       70              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants