-
Notifications
You must be signed in to change notification settings - Fork 11
Add recovery TAP test for pg_tde #528
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
Add recovery TAP test for pg_tde #528
Conversation
014_unlogged_reinit.pl These two test cases failing even wal_encryption is 'off'. These issues already reported. |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (82.08%) 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 #528 +/- ##
=====================================================
- Coverage 82.19% 82.08% -0.12%
=====================================================
Files 25 25
Lines 3174 3171 -3
Branches 515 506 -9
=====================================================
- Hits 2609 2603 -6
- Misses 456 460 +4
+ Partials 109 108 -1
🚀 New features to boost your workflow:
|
963c294
to
b84a57b
Compare
…ent pg_tde statements.
We are fairly sure we want to go with #535 instead of this, but your work here helped a lot in understanding what was needed for us to run the tests with wal encryption. Thank you! |
This PR adds recovery test cases to the pg_tde test suite.
The tests were copied from PostgreSQL’s src/test/recovery/ directory.
Updated to work with pg_tde by: