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

🐛 [Scheduler] Fixed returned exception when an invalid cron expression is provided #4173

Merged

Conversation

Coduz
Copy link
Contributor

@Coduz Coduz commented Jan 14, 2025

This PR fixes the returned exception when an invalid cron expression is provided.

Related Issue
None

Description of the solution adopted
Fixed the returned exception and adapted tests

Screenshots
None

Any side note on the changes made
None

@Coduz Coduz added the Bug This is a bug or an unexpected behaviour. Fix it! label Jan 14, 2025
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

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

Project coverage is 16.70%. Comparing base (3a9ae40) to head (dcfa1e2).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
...e/scheduler/quartz/driver/QuartzTriggerDriver.java 0.00% 10 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4173      +/-   ##
=============================================
- Coverage      16.71%   16.70%   -0.01%     
  Complexity        22       22              
=============================================
  Files           2039     2039              
  Lines          53018    53024       +6     
  Branches        4453     4453              
=============================================
  Hits            8860     8860              
- Misses         43755    43761       +6     
  Partials         403      403              
Files with missing lines Coverage Δ
...e/scheduler/quartz/driver/QuartzTriggerDriver.java 0.00% <0.00%> (ø)

@Coduz Coduz merged commit 971fa6e into eclipse-kapua:develop Jan 14, 2025
35 of 37 checks passed
@Coduz Coduz deleted the fix-parsingCronExpressionException branch January 14, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant