Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.10(EOL)
-
None
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.
Attachments
Issue Links
- is caused by
-
MDEV-22979 "mysqld --bootstrap" / mysql_install_db hangs when Spider is installed
-
- Closed
-
An initial fix, waiting for CI builders to pick it up
bb-10.10-mdev-3250X upstream/bb-10.10-all-builders f63845524aacdd06431399c857c93aa52559b76c
[fixup] Spider: Use $MTR_SUITE_DIR for init-file files
This should fix certain CI builds where the spider suite test files
and the main suite test files do not follow the same relative paths
relations as the mariadb source.
https://buildbot.mariadb.net/buildbot/grid?category=main&branch=bb-10.10-all-builders
https://buildbot.mariadb.net/buildbot/builders/kvm-deb-bullseye-amd64/builds/3143
Update on [2023-10-19 Thu]: the fix worked, as the failures caused
by this issue are gone. There's still failure in
spider/bugfix.mdev_30370 but that is a separate issue, for which I
have opened
MDEV-32515.