Skip to content

(CAT-2100) Add Debian 12 support #258

(CAT-2100) Add Debian 12 support

(CAT-2100) Add Debian 12 support #258

Re-run triggered October 14, 2024 14:18
Status Failure
Total duration 3m 29s
Artifacts

ci.yml

on: pull_request
Spec  /  Setup Test Matrix
25s
Spec / Setup Test Matrix
Matrix: Spec / spec
Setup Test Matrix
0s
Setup Test Matrix
Matrix: Acceptance
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mysql_backup_xtrabackup_spec.rb#L100
mysql::backup::xtrabackup on debian-12-x86_64 with backupuser and backuppassword contains the defined mysql user Failure/Error: expect(subject).to contain_mysql_grant('backupuser@localhost/*.*') .with( ensure: 'present', user: 'backupuser@localhost', table: '*.*', privileges: if (facts[:os]['name'] == 'Debian' && Puppet::Util::Package.versioncmp(facts[:os]['release']['major'], '11') >= 0) || (facts[:os]['name'] == 'Ubuntu' && Puppet::Util::Package.versioncmp(facts[:os]['release']['major'], '22') >= 0) ['BINLOG MONITOR', 'RELOAD', 'PROCESS', 'LOCK TABLES'] else expected that the catalogue would contain Mysql_grant[backupuser@localhost/*.*] with privileges set to ["BINLOG MONITOR", "RELOAD", "PROCESS", "LOCK TABLES"] but it is set to ["RELOAD", "PROCESS", "LOCK TABLES", "REPLICATION CLIENT"] Diff: @@ -1,8 +1,8 @@ -BINLOG MONITOR - RELOAD PROCESS LOCK TABLES + +REPLICATION CLIENT
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mysql_backup_xtrabackup_spec.rb#L100
mysql::backup::xtrabackup on debian-12-x86_64 with backupuser and backuppassword contains the defined mysql user Failure/Error: expect(subject).to contain_mysql_grant('backupuser@localhost/*.*') .with( ensure: 'present', user: 'backupuser@localhost', table: '*.*', privileges: if (facts[:os]['name'] == 'Debian' && Puppet::Util::Package.versioncmp(facts[:os]['release']['major'], '11') >= 0) || (facts[:os]['name'] == 'Ubuntu' && Puppet::Util::Package.versioncmp(facts[:os]['release']['major'], '22') >= 0) ['BINLOG MONITOR', 'RELOAD', 'PROCESS', 'LOCK TABLES'] else expected that the catalogue would contain Mysql_grant[backupuser@localhost/*.*] with privileges set to ["BINLOG MONITOR", "RELOAD", "PROCESS", "LOCK TABLES"] but it is set to ["RELOAD", "PROCESS", "LOCK TABLES", "REPLICATION CLIENT"] Diff: @@ -1,8 +1,8 @@ -BINLOG MONITOR - RELOAD PROCESS LOCK TABLES + +REPLICATION CLIENT
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.