[MDEV-11865] Encryption-related tests attempt to start the server with encryption options even if the plugin is not available Created: 2017-01-21 Updated: 2023-11-29 Resolved: 2023-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1, 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Some encryption tests either configured directly to use the plugin, or via include/have_file_key_management_plugin.inc attempt to load the plugin and start the server with encryption options, and then check whether the plugin exists; but the server cannot be started with encryption options if the plugin is not available, so instead of the graceful "skip" we are getting failures on startup. Maybe the easiest fix is to make all encryption options "loose". There can be other solutions. |
| Comments |
| Comment by Elena Stepanova [ 2023-11-29 ] |
|
Setting fix version to 10.4 to avoid it being closed because 10.3 reached EOL. I didn't check that it's still happening on newer versions. |