[MDEV-13559] encryption.innodb-redo-badkey failed in buildbot Created: 2017-08-17 Updated: 2017-08-18 Resolved: 2017-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Tests |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.2.9, 10.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
kvm-bintar-quantal-amd64 |
||
| Issue Links: |
|
||||||||||||
| Description |
|
|
| Comments |
| Comment by Marko Mäkelä [ 2017-08-17 ] | ||||||
|
I believe I observed a similar failure when testing I did touch this test in my work-around for MDEV-13542, maybe in vain, because this test is abruptly killing the server, not doing a clean shutdown and restart. Looking at the server error log
The only problem here is that we got an unexpected message about decompression failure. There is only a suppression about a decryption failure:
The proper solution would seem to be to add the missing suppression. The reason why this message is being issued should be that with I was not able to repeat the failure locally, even with some small tricks. | ||||||
| Comment by Marko Mäkelä [ 2017-08-18 ] | ||||||
|
I hope bb-10.2-marko will run fine with the added suppressions. |