Skip to content

Conversation

dAdAbird
Copy link
Member

aka make sanitizers happy

@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.51%. Comparing base (167aef2) to head (01584bb).
⚠️ Report is 1 commits behind head on TDE_REL_17_STABLE.

❌ Your project status has failed because the head coverage (82.51%) 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     #540      +/-   ##
=====================================================
+ Coverage              82.50%   82.51%   +0.01%     
=====================================================
  Files                     25       25              
  Lines                   3207     3209       +2     
  Branches                 508      508              
=====================================================
+ Hits                    2646     2648       +2     
  Misses                   452      452              
  Partials                 109      109              
Components Coverage Δ
access 84.91% <ø> (ø)
catalog 87.68% <ø> (ø)
common 77.77% <ø> (ø)
encryption 72.97% <ø> (ø)
keyring 73.21% <ø> (ø)
src 94.15% <ø> (ø)
smgr 96.53% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -212,6 +212,9 @@ main(int argc, char *argv[])
if (system(command) != 0)
pg_fatal("ARCHIVE-COMMAND \"%s\" failed: %m", command);

if (command != NULL)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would you get here with command == NULL?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you're right, it can't be. I messed the comment for replace_percent_placeholders()

@dAdAbird dAdAbird merged commit 621c3f8 into percona:TDE_REL_17_STABLE Aug 18, 2025
19 checks passed
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.

4 participants