[MDEV-11905] encryption.innodb-discard-import test fails Created: 2017-01-24 Updated: 2023-12-11 Resolved: 2023-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Tests |
| Affects Version/s: | 10.2.3, 10.4.28 |
| Fix Version/s: | 10.4.33, 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lixun Peng | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb, tests | ||
| Environment: |
Ubuntu 16.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
Build command: ./mtr encryption.innodb-discard-import got fails: My title worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 CURRENT_TEST: encryption.innodb-discard-import
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2017-01-25 ] |
|
commit 17430a802b4867c60e7185807c0e2ae14c878475 Problem was that on import with buffered input/output |
| Comment by Michael Widenius [ 2023-05-04 ] |
|
I just got this on 10.4:
|
| Comment by Marko Mäkelä [ 2023-12-10 ] |
|
This test fails in the same way across many versions (10.4 onwards). On 10.6+ there are some crashes on POWER due to a Linux kernel bug ( |
| Comment by Marko Mäkelä [ 2023-12-10 ] |
|
monty, the test encryption.innodb_encryption_discard_import is different from encryption.innodb-discard-import. The encryption.innodb-discard-import test seems to be stable also according to the cross-reference (if we ignore My attempts to reproduce a failure of encryption.innodb_encryption_discard_import have failed so far, but I will keep trying. |
| Comment by Marko Mäkelä [ 2023-12-11 ] |
|
The test encryption.innodb_encrypt_discard_import is creating unnecessarily large tables and restarting the server for no good reason. I simplified the test to reduce its execution time from more than 20 seconds to less than 2 seconds on my system. Hopefully this make the failures disappear. |
| Comment by Marko Mäkelä [ 2023-12-11 ] |
|
|