Skip to content

fix(backup): harden postgres dump job error handling#1420

Merged
NishaSharma14 merged 2 commits into
developmentfrom
fix/backup-job-hardening
Jun 4, 2026
Merged

fix(backup): harden postgres dump job error handling#1420
NishaSharma14 merged 2 commits into
developmentfrom
fix/backup-job-hardening

Conversation

@vcnainala
Copy link
Copy Markdown
Member

Summary

  • Improve DataBackupJob failure reporting and backup workflow robustness.
  • Align unit tests with the revised job behavior.

Test plan

  • php artisan test tests/Unit/Jobs/DataBackupJobTest.php
  • Trigger backup on staging and verify success/failure visibility in logs.

Surface backup failures clearly and align job tests with the revised
backup workflow.
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.46%. Comparing base (69edb6c) to head (026f60a).
⚠️ Report is 87 commits behind head on development.

Additional details and impacted files
@@                Coverage Diff                 @@
##             development    #1420       +/-   ##
==================================================
+ Coverage          56.63%   75.46%   +18.83%     
- Complexity          2268     3328     +1060     
==================================================
  Files                207      234       +27     
  Lines               8733    12485     +3752     
==================================================
+ Hits                4946     9422     +4476     
+ Misses              3787     3063      -724     
Flag Coverage Δ
unittests 75.46% <100.00%> (+18.83%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@NishaSharma14 NishaSharma14 merged commit 19de804 into development Jun 4, 2026
5 checks passed
@NishaSharma14 NishaSharma14 deleted the fix/backup-job-hardening branch June 4, 2026 07:59
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.

2 participants