[MDEV-27737] Wsrep SST scripts not working on FreeBSD Created: 2022-02-03 Updated: 2022-02-22 Resolved: 2022-02-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.2.42, 10.4.23, 10.5.14, 10.6.6, 10.7.2, 10.8.1 |
| Fix Version/s: | 10.9.0, 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Teemu Ollakka | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
To reproduce, compile MariaDB 10.5 and Galera 4.x from source and attempt to run Galera MTR suites:
The result of the run is that all the tests fail because the initial SST fails:
|
| Comments |
| Comment by Marko Mäkelä [ 2022-02-03 ] |
|
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 |
| Comment by Jan Lindström (Inactive) [ 2022-02-14 ] |
|
ok to push. Please remember to include my fix to KILL. |