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
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Julius Goryavsky [ sysprg ] |
Assignee | Julius Goryavsky [ sysprg ] | Jan Lindström [ jplindst ] |
Fix Version/s | 10.2 [ 14601 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Jan Lindström [ jplindst ] | Julius Goryavsky [ sysprg ] |
Assignee | Julius Goryavsky [ sysprg ] | Jan Lindström [ jplindst ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Link |
This issue relates to |
Assignee | Jan Lindström [ jplindst ] | Julius Goryavsky [ sysprg ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Link |
This issue duplicates |
issue.field.resolutiondate | 2022-02-22 12:20:05.0 | 2022-02-22 12:20:05.47 |
Fix Version/s | 10.9.0 [ 27113 ] | |
Fix Version/s | 10.2.44 [ 27514 ] | |
Fix Version/s | 10.3.35 [ 27512 ] | |
Fix Version/s | 10.4.25 [ 27510 ] | |
Fix Version/s | 10.5.16 [ 27508 ] | |
Fix Version/s | 10.6.8 [ 27506 ] | |
Fix Version/s | 10.7.4 [ 27504 ] | |
Fix Version/s | 10.8.3 [ 27502 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Affects Version/s | 10.8.1 [ 26815 ] | |
Affects Version/s | 10.7.2 [ 26813 ] | |
Affects Version/s | 10.6.6 [ 26811 ] | |
Affects Version/s | 10.4.23 [ 26807 ] | |
Affects Version/s | 10.2.42 [ 26803 ] |
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.