[MDEV-27914] Some binlog_encryption tests intermittently failing on ppc64le-ubuntu-2110 Created: 2022-02-22 Updated: 2022-03-14 Resolved: 2022-03-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication, Tests |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Angelique Sklavounos (Inactive) | Assignee: | Angelique Sklavounos (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
There are various failures of binlog_encryption.* tests on ppc64le-ubuntu-2110 with the statement "ER_OPTION_PREVENTS_STATEMENT (1290): The MariaDB server is running with the --secure-file-priv option so it cannot execute this statement" —
Also seen on: 10.7 c76bdc57ffb08043e7b509a188d4626d0f3063c9 10.8 3b06415cb8dfc2b10d9604950f6ed945bc016425 10.9 bbe99cd4e2d7c83a06dd93ea88af97f2d5796810 It is the same with ctr,innodb,row; ctr,innodb,mix; cbc,innodb,mix; cbc,innodb,row. Will put in separate comments the other tests and the queries they fail on. It is not definite they are caused by the same problem, but it is suggested as these fails seem isolated to this test suite and on this test environment. |
| Comments |
| Comment by Angelique Sklavounos (Inactive) [ 2022-02-22 ] | |||||||||||||||||||||||||||||||
|
binlog_encryption.rpl_stm_relay_ign_space (innodb,stmt)
| |||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2022-02-22 ] | |||||||||||||||||||||||||||||||
|
binlog_encryption.rpl_special_charset (mix, row, stmt)
| |||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2022-02-22 ] | |||||||||||||||||||||||||||||||
|
binlog_encryption.rpl_mixed_binlog_max_cache_size (mix)
| |||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2022-02-22 ] | |||||||||||||||||||||||||||||||
|
binlog_encryption.rpl_loadfile (mix, row)
| |||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2022-02-22 ] | |||||||||||||||||||||||||||||||
|
binlog_encryption.rpl_loaddata_local (mix, row)
| |||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2022-02-22 ] | |||||||||||||||||||||||||||||||
|
binlog_encryption.encrypted_master (cbc,innodb,mix; cbc,innodb,row; cbc,innodb,stmt; ctr,innodb,mix; ctr,innodb,row; ctr,innodb,statement)
| |||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2022-03-14 ] | |||||||||||||||||||||||||||||||
|
Found |