Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Fixing SSL warning after server restart #49

Closed dutow closed 11 months ago

dutow commented 11 months ago

This commit disables padding for the fork file encryption to fix the above warning, and also contains related test / logging improvements.

The meson test runner is also restricted to one process to workaround issues where multiple processes write the same keyring data file, resulting in randomly failing test executions.