[MDEV-14814] encryption.innodb_encryption-page-compression failed in buildbot with timeout on wait condition Created: 2017-12-29 Updated: 2018-02-25 Resolved: 2018-02-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Tests |
| Affects Version/s: | 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.1.32, 10.2.14, 10.3.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/p8-rhel6-bintar/builds/1466/steps/test/logs/stdio
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2018-02-16 ] | |||||||||||||||||
|
commit d3fbff38b9e8d6395dccfde4388d46824e7152cd Problem is that if pages are in buffer pool there is no need for | |||||||||||||||||
| Comment by Marko Mäkelä [ 2018-02-17 ] | |||||||||||||||||
|
The wait condition times out in 10.2 after the merge, and I disabled the test. Please re-enable and fix it. | |||||||||||||||||
| Comment by Marko Mäkelä [ 2018-02-18 ] | |||||||||||||||||
|
The test is now disabled on 10.1 as well. | |||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2018-02-20 ] | |||||||||||||||||
|
commit 7a84688e2c30a95297246b5dc3005854bcbd5bf0 Test changes only. | |||||||||||||||||
| Comment by Marko Mäkelä [ 2018-02-20 ] | |||||||||||||||||
|
You did not remove the line from disabled.def, so the test is disabled. | |||||||||||||||||
| Comment by Marko Mäkelä [ 2018-02-23 ] | |||||||||||||||||
|
This has now been merged to 10.2 (not by me), and the test has not been enabled. The test also fails in the same way that it failed for me when I did the test merge:
| |||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2018-02-24 ] | |||||||||||||||||
|
commit e826d1e64d4c03f2365763f64c180b67ed95bb53 Fix wrong wait condition. |