Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The install test for galera builds in buildbot universally tries to install galera-3 and galera-arbitrator-3:
sudo sh -c "DEBIAN_FRONTEND=noninteractive MYSQLD_STARTUP_TIMEOUT=180 apt-get install --allow-unauthenticated -y galera-3 galera-arbitrator-3"
|
This is (obviously) not appropriate when building/testing galera-4 packages.
The test needs to be changed to install either galera-3 or galera-4 packages depending on which one is being built.