[MDEV-32507] Spider tests with init-file using $MYSQL_TEST_DIR fails in certain CIs due to different directory structure Created: 2023-10-18 Updated: 2023-12-07 Resolved: 2023-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.10 |
| Fix Version/s: | 10.10.7, 10.11.6, 11.0.4, 11.1.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Yuchen Pei | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Example: https://buildbot.mariadb.net/buildbot/builders/kvm-deb-bullseye-amd64/builds/3107 The mtr failures all have to do with the $MYSQL_TEST_DIR being /usr/share/mysql/mysql-test on the CI machine, whose parent dir does not contain storage/spider/mysql-test, so paths like the one in --init-file=$MYSQL_TEST_DIR/../storage/spider/mysql-test/spider/bugfix/t/mdev_28218_mixed.sql are not found. |
| Comments |
| Comment by Yuchen Pei [ 2023-10-18 ] | ||||||
|
An initial fix, waiting for CI builders to pick it up
https://buildbot.mariadb.net/buildbot/grid?category=main&branch=bb-10.10-all-builders Update on [2023-10-19 Thu]: the fix worked, as the failures caused | ||||||
| Comment by Yuchen Pei [ 2023-10-19 ] | ||||||
|
Hi holyfoot, ptal thanks
| ||||||
| Comment by Alexey Botchkov [ 2023-10-23 ] | ||||||
|
ok to push. | ||||||
| Comment by Yuchen Pei [ 2023-10-24 ] | ||||||
|
Thanks for the review. Pushed 15a1168b36e to 10.10 |