[MDEV-23013] encryption.create_or_replace fails with timeout Created: 2020-06-25 Updated: 2020-08-04 Resolved: 2020-08-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.4.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Chris Ross | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux docker |
||
| Description |
|
I have built MariaDB 10.4.13 with a few cmake options, mostly turning off features I don't need. I built with -DCMAKE_BUILD_TYPE=Debug so that I would be able to run tests. When I run ./mtr --big-test, it eventually fails encryption.create_or_replace showing:
And the end of the var/log/create_or_replace.log shows merely:
and near the end of var/log/mysqld.1.err I see:
The initial crash output included
but I cannot find the var/tmp/analyze-timeout-mysqld.1.err file anymore to ensure that was from this same test run. This issue has been repeatable, but I'm not sure where to look next. I could certainly believe that something in my environment isn't configured right for these tests. Just let me know what to check/change. Thank you. |
| Comments |
| Comment by Chris Ross [ 2020-06-26 ] |
|
Upon transferring the built objects and test system to the intended platform, rather than running tests in the docker build environment, this test doesn't fail any longer. This issue can be closed. Thank you. |