Skip to content

[backend] Fix on batching execution traces #3270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 19 commits into
base: release/current
Choose a base branch
from

Conversation

Dimfacion
Copy link
Member

Proposed changes

Testing Instructions

  1. Step-by-step how to test
  2. Environment or config notes

Related issues

  • Closes #ISSUE-NUMBER

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality
  • For bug fix -> I implemented a test that covers the bug

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Copy link

codecov bot commented Jun 2, 2025

Codecov Report

Attention: Patch coverage is 56.38298% with 164 lines in your changes missing coverage. Please review.

Project coverage is 44.21%. Comparing base (0fb7f77) to head (236c02d).
Report is 16 commits behind head on release/current.

Files with missing lines Patch % Lines
...o/openbas/rest/helper/queue/BatchQueueService.java 46.37% 70 Missing and 4 partials ⚠️
...st/inject/service/BatchingInjectStatusService.java 73.74% 34 Missing and 13 partials ⚠️
...n/java/io/openbas/rest/finding/FindingService.java 0.00% 23 Missing ⚠️
...ain/java/io/openbas/rest/finding/FindingUtils.java 0.00% 10 Missing ⚠️
...as/rest/inject/service/InjectExecutionService.java 0.00% 4 Missing ⚠️
...nbas/rest/inject/form/InjectExecutionCallback.java 0.00% 3 Missing ⚠️
...er/queue/executor/BatchExecutionTraceExecutor.java 0.00% 2 Missing ⚠️
.../openbas/config/ThreadPoolTaskSchedulerConfig.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             release/current    #3270      +/-   ##
=====================================================
+ Coverage              44.11%   44.21%   +0.09%     
- Complexity              2612     2645      +33     
=====================================================
  Files                    718      726       +8     
  Lines                  21922    22323     +401     
  Branches                1502     1532      +30     
=====================================================
+ Hits                    9670     9869     +199     
- Misses                 11729    11922     +193     
- Partials                 523      532       +9     

☔ 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.

@antoinemzs antoinemzs changed the title [backend] Fix on batching executiuon traces [backend] Fix on batching execution traces Jun 5, 2025
@Dimfacion Dimfacion changed the base branch from release/current to master June 5, 2025 15:32
@Dimfacion Dimfacion changed the base branch from master to release/current June 5, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant