Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.42, 10.4.23, 10.5.14, 10.6.6, 10.7.2, 10.8.1
-
None
-
FreeBSD
Description
To reproduce, compile MariaDB 10.5 and Galera 4.x from source and attempt to run Galera MTR suites:
WSREP_PROVIDER=<path-to>/libgalera_smm.so ./mysql-test-run.pl --suites=galera
|
The result of the run is that all the tests fail because the initial SST fails:
2022-02-03 11:57:15 0 [Note] WSREP: Joiner monitor thread started to monitor
|
sh: wsrep_sst_rsync: not found
|
Attachments
Issue Links
- duplicates
-
MDEV-19171 wsrep_sst_rsync.sh using bash instead of sh breaking change
-
- Closed
-
- relates to
-
MDEV-27777 Some Galera tests fail on FreeBSD with "Could not find target log"
-
- Closed
-
There already was an effort to remove the Bourne Again shell dependency from the scripts and to use the more restricted (and inherently more secure) Bourne shell. The first change that introduced a Bashism since then was
MDEV-18863.