allow puppetlabs/mysql < 17.0.0 #127
ci.yml
on: pull_request
Puppet
/
Static validations
24s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
81 errors
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160356226.Yt2pl7.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160356226.Yt2pl7.pp", 75]:["/tmp/apply_manifest_160356226.Yt2pl7.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160356226.Yt2pl7.pp, line: 75, column: 30) on node oracle9-64-puppet7.example.com
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160359706.sjimFo.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160359706.sjimFo.pp", 75]:["/tmp/apply_manifest_160359706.sjimFo.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160359706.sjimFo.pp, line: 75, column: 30) on node centos9-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160408746.tmIj2y.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160408746.tmIj2y.pp", 75]:["/tmp/apply_manifest_160408746.tmIj2y.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160408746.tmIj2y.pp, line: 75, column: 30) on node debian11-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160408180.UZdLmv.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160408180.UZdLmv.pp", 75]:["/tmp/apply_manifest_160408180.UZdLmv.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160408180.UZdLmv.pp, line: 75, column: 30) on node debian12-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2404-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160415524.Le6tac.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160415524.Le6tac.pp", 75]:["/tmp/apply_manifest_160415524.Le6tac.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160415524.Le6tac.pp, line: 75, column: 30) on node ubuntu2404-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160426684.tZX7sI.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160426684.tZX7sI.pp", 75]:["/tmp/apply_manifest_160426684.tZX7sI.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160426684.tZX7sI.pp, line: 75, column: 30) on node ubuntu2204-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160427846.1BplPs.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160427846.1BplPs.pp", 75]:["/tmp/apply_manifest_160427846.1BplPs.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160427846.1BplPs.pp, line: 75, column: 30) on node ubuntu2004-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L40
proxysql class extended testing works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160437414.hS7NBf.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Warning: This method has been deprecated, please use the namespaced version 'mysql::password' instead. at ["/tmp/apply_manifest_160437414.hS7NBf.pp", 75]:["/tmp/apply_manifest_160437414.hS7NBf.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:36:in `deprecation')
Error: Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 2, expected 1) (file: /tmp/apply_manifest_160437414.hS7NBf.pp, line: 75, column: 30) on node oracle8-64-puppet7.example.com
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L191
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 1;"" stdout is expected to match "^localhost:3307-1$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-1$' }
expected "" to match "^localhost:3307-1$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L196
proxysql class extended testing Command "mysql -NB -e "SELECT comment FROM mysql_servers WHERE hostname = '127.0.0.1' AND port = 3307 AND hostgroup_id = 2;"" stdout is expected to match "^localhost:3307-2$"
Failure/Error: its(:stdout) { is_expected.to match '^localhost:3307-2$' }
expected "" to match "^localhost:3307-2$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L201
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_replication_hostgroups WHERE writer_hostgroup = 10 AND reader_hostgroup = 20;'" stdout is expected to match "^Test MySQL Cluster 10-20$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL Cluster 10-20$' }
expected "" to match "^Test MySQL Cluster 10-20$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L234
proxysql class extended testing Command "mysql -NB -e 'SELECT comment FROM mysql_group_replication_hostgroups WHERE writer_hostgroup = 5 AND backup_writer_hostgroup = 2 AND reader_hostgroup = 10 AND offline_hostgroup = 11;'" stdout is expected to match "^Test MySQL GR Cluster 5-2-10-11$"
Failure/Error: its(:stdout) { is_expected.to match '^Test MySQL GR Cluster 5-2-10-11$' }
expected "" to match "^Test MySQL GR Cluster 5-2-10-11$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L250
proxysql class extended testing Command "mysql -NB -e 'SELECT username FROM mysql_users;'" stdout is expected to match "tester1"
Failure/Error: is_expected.to match 'tester1'
expected "" to match "tester1"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L258
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^test1$"
Failure/Error: its(:stdout) { is_expected.to match '^test1$' }
expected "" to match "^test1$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L263
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester1';"" stdout is expected to match "^1$"
Failure/Error: its(:stdout) { is_expected.to match '^1$' }
expected "" to match "^1$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L268
proxysql class extended testing Command "mysql -NB -e "SELECT default_schema FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^test2$"
Failure/Error: its(:stdout) { is_expected.to match '^test2$' }
expected "" to match "^test2$"
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_spec.rb#L273
proxysql class extended testing Command "mysql -NB -e "SELECT default_hostgroup FROM mysql_users WHERE username = 'tester2';"" stdout is expected to match "^2$"
Failure/Error: its(:stdout) { is_expected.to match '^2$' }
expected "" to match "^2$"
|
Puppet / Test suite
Process completed with exit code 1.
|