Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
See for example here:
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-debian6-x86/builds/2119/steps/test_3/logs/stdio
Unlike other package tests, this one does not use conditional 'galera-' substring in package name, so it attempts to install the standard mariadb-server even on the Galera tree, and fails because it cannot find the package:
Reading package lists...
|
+ sudo sh -c 'DEBIAN_FRONTEND=noninteractive MYSQLD_STARTUP_TIMEOUT=180 apt-get install --allow-unauthenticated -y mariadb-server mariadb-test'
|
Reading package lists...
|
Building dependency tree...
|
Reading state information...
|
E: Package 'mariadb-server' has no installation candidate
|
Command exit 100
|