[MDEV-28036] gcol.gcol_supported_sql_funcs_xxx fail in FIPS mode Created: 2022-03-10 Updated: 2022-03-14 Resolved: 2022-03-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Same with gcol.gcol_supported_sql_funcs_myisam. An easy way to fix it would be to disable the tests in FIPS mode, e.g. by something like
(I didn't check whether this exact patch does the trick, but anyway – by adding have_des.inc somewhere in these tests). If that's okay, I can do it. However, there was a talk about reshuffling the tests to extract des_encrypt|decrypt into a separate test file, so maybe the above isn't good enough. |
| Comments |
| Comment by Elena Stepanova [ 2022-03-14 ] |
|
I've made the change for now (added a check for FIPS). It can always be removed if test re-arranging happens and all DES stuff is moved elsewhere. |