Skip to content
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

♻️ [Test] Added new set of test cases to test JobEngine basic operations #4160

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

Coduz
Copy link
Contributor

@Coduz Coduz commented Dec 19, 2024

This PR adds a new set of test for JobEngine that will replace current tests on JobEngine

The aim of this PR is to improve speed and reliability of the tests on Job Engine
Related Issue
None

Description of the solution adopted
Added new test cases for Job Engine basic operations

Screenshots
None

Any side note on the changes made
None

@Coduz Coduz added Enhancement This PR/Issue improves an part of Kapua Test Test related stuff. It's a dirty job, but someone needs to do that! labels Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 171 lines in your changes missing coverage. Please review.

Project coverage is 16.72%. Comparing base (18b3991) to head (821c561).
Report is 10 commits behind head on develop.

Files with missing lines Patch % Lines
...kapua/service/job/steps/JobTargetServiceSteps.java 0.00% 43 Missing ⚠️
...lipse/kapua/service/job/steps/JobServiceSteps.java 0.00% 41 Missing ⚠️
...clipse/kapua/service/job/steps/JobEngineSteps.java 0.00% 28 Missing ⚠️
...e/kapua/service/job/steps/JobStepServiceSteps.java 0.00% 17 Missing ⚠️
...pua/service/device/registry/steps/BrokerSteps.java 0.00% 14 Missing ⚠️
...se/kapua/service/job/steps/JobServiceTestBase.java 0.00% 11 Missing ⚠️
...ua/service/job/steps/JobExecutionServiceSteps.java 0.00% 9 Missing ⚠️
...apua/service/device/registry/steps/KuraDevice.java 0.00% 8 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4160      +/-   ##
=============================================
- Coverage      16.76%   16.72%   -0.05%     
  Complexity        22       22              
=============================================
  Files           2039     2039              
  Lines          52850    52978     +128     
  Branches        4441     4453      +12     
=============================================
  Hits            8860     8860              
- Misses         43587    43715     +128     
  Partials         403      403              
Files with missing lines Coverage Δ
...apua/service/device/registry/steps/KuraDevice.java 0.00% <0.00%> (ø)
...ua/service/job/steps/JobExecutionServiceSteps.java 0.00% <0.00%> (ø)
...se/kapua/service/job/steps/JobServiceTestBase.java 0.00% <0.00%> (ø)
...pua/service/device/registry/steps/BrokerSteps.java 0.00% <0.00%> (ø)
...e/kapua/service/job/steps/JobStepServiceSteps.java 0.00% <0.00%> (ø)
...clipse/kapua/service/job/steps/JobEngineSteps.java 0.00% <0.00%> (ø)
...lipse/kapua/service/job/steps/JobServiceSteps.java 0.00% <0.00%> (ø)
...kapua/service/job/steps/JobTargetServiceSteps.java 0.00% <0.00%> (ø)

@Coduz Coduz force-pushed the feat-refactoringJobEngineTests branch 2 times, most recently from 8f6d441 to f4eeadc Compare December 19, 2024 16:35
@Coduz Coduz force-pushed the feat-refactoringJobEngineTests branch from e1837b0 to 821c561 Compare December 19, 2024 17:17
@Coduz Coduz merged commit d795152 into eclipse:develop Dec 20, 2024
34 of 37 checks passed
@Coduz Coduz deleted the feat-refactoringJobEngineTests branch December 20, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua Test Test related stuff. It's a dirty job, but someone needs to do that!
Projects
Development

Successfully merging this pull request may close these issues.

1 participant