(SUP-4666) Pe_databases: pg_repack enable debug mode #51
Annotations
2 errors and 1 warning
Run parallel_spec tests:
spec/classes/pg_repack_spec.rb#L55
pe_databases::pg_repack with default parameters is expected to contain Pe_databases::Collect[facts] with disable_maintenance => false, command => "/opt/puppetlabs/server/apps/postgresql/11/bin/pg_repack --jobs 1 -d pe-puppetdb" and on_cal => "Tue,Sat *-*-* 04:30:00"
Failure/Error:
is_expected.to contain_pe_databases__collect(name).with(
disable_maintenance: false,
command: "#{repack_cmd} #{val[:database]}",
# Strip the backslash character because this is not a regex
on_cal: (val[:schedule]).to_s.tr('\\', ''),
)
expected that the catalogue would contain Pe_databases::Collect[facts] with command set to "/opt/puppetlabs/server/apps/postgresql/11/bin/pg_repack --jobs 1 -d pe-puppetdb" but it is set to "/opt/puppetlabs/server/apps/postgresql/11/bin/pg_repack --jobs 1 --elevel DEBUG --echo -d pe-puppetdb"
|
Run parallel_spec tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading