Skip to content

Conversation

@jeltz
Copy link
Collaborator

@jeltz jeltz commented Aug 11, 2025

Instead of using exec() and replacing the path where we find a while argument match the path we use system() with another layer of placeholders.

@jeltz jeltz force-pushed the tde/archive-restore-system branch from 2224094 to 0a9344d Compare August 11, 2025 11:54
@jeltz jeltz changed the title PoC: Use system() instead of exec*() for our archive and restore commands PoC: Use system() instead of exec*() for our archive and restore commands Aug 11, 2025
@jeltz jeltz force-pushed the tde/archive-restore-system branch from 0a9344d to b4543f8 Compare August 11, 2025 12:02
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.41%. Comparing base (458e6ed) to head (412ac73).
⚠️ Report is 4 commits behind head on TDE_REL_17_STABLE.

❌ Your project status has failed because the head coverage (82.41%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                  Coverage Diff                  @@
##           TDE_REL_17_STABLE     #522      +/-   ##
=====================================================
+ Coverage              82.23%   82.41%   +0.18%     
=====================================================
  Files                     25       25              
  Lines                   3180     3151      -29     
  Branches                 516      503      -13     
=====================================================
- Hits                    2615     2597      -18     
+ Misses                   456      447       -9     
+ Partials                 109      107       -2     
Components Coverage Δ
access 83.47% <ø> (-0.10%) ⬇️
catalog 87.61% <ø> (ø)
common 77.77% <ø> (ø)
encryption 72.97% <ø> (ø)
keyring 73.21% <ø> (ø)
src 94.15% <ø> (ø)
smgr 95.29% <ø> (-0.03%) ⬇️
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeltz jeltz force-pushed the tde/archive-restore-system branch from b4543f8 to c6abbd2 Compare August 11, 2025 12:08
…ands

Instead of using exec() and replacing the path where we find a while
argument match the path we use system() with another layer of
placeholders.
@jeltz jeltz force-pushed the tde/archive-restore-system branch from c6abbd2 to 412ac73 Compare August 11, 2025 12:17
@AndersAstrand
Copy link
Collaborator

AndersAstrand commented Aug 11, 2025

I am leaning towards this solution being better. I think it's a bit of a hack to replace the paths as the previous one does.

@jeltz
Copy link
Collaborator Author

jeltz commented Aug 12, 2025

Superseeded by #526.

@jeltz jeltz closed this Aug 12, 2025
@jeltz jeltz deleted the tde/archive-restore-system branch August 13, 2025 13:19
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.

3 participants