[MDEV-27044] Test main.mysql_upgrade seems unstable Created: 2021-11-14 Updated: 2022-12-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.6.5 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major | |||||||||||||||||||||
| Reporter: | Thomas Deutschmann | Assignee: | Sergei Golubchik | |||||||||||||||||||||
| Resolution: | Unresolved | Votes: | 0 | |||||||||||||||||||||
| Labels: | None | |||||||||||||||||||||||
| Environment: |
|
|||||||||||||||||||||||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
During normal build on Gentoo Linux, main.mysql_upgrade is often failing. But when running test manually, it is passing:
|
| Comments |
| Comment by Sergei Golubchik [ 2021-11-15 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Two things we can try.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Thomas Deutschmann [ 2021-11-16 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I attached build.log from a run using --verbose-restart and also attached the test directory.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2021-11-18 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
First thought — you don't need to run ctest, mysql-test-run does it (look for lines that start with ‘unit.’) so it's just wasted time, running same tests twice. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Thomas Deutschmann [ 2021-11-18 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thank you for the suggestion, I updated our ebuilds and removed the manual call for ctest. |