Add parameters latency_tracking & repl_diskless_sync #559
Annotations
10 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162432102.Eu4saJ.pp
Last 10 lines of output were:
Feb 27 16:24:36 rocky8-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:36 rocky8-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:36 rocky8-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.79 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162437173.Hk6i5S.pp
Last 10 lines of output were:
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: Reading the configuration file, at line 674
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: >>> 'latency-tracking yes'
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: Bad directive or wrong number of arguments
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.19 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Run tests:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162439851.gMAXeR.pp
Last 10 lines of output were:
Feb 27 16:24:42 rocky8-64-puppet7.example.com redis-server[1430]: >>> 'latency-tracking yes'
Feb 27 16:24:42 rocky8-64-puppet7.example.com redis-server[1430]: Bad directive or wrong number of arguments
Feb 27 16:24:42 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:42 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:42 rocky8-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 0.98 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162443146.I3mjd2.pp
Last 10 lines of output were:
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 4.
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: Starting Redis Advanced key-value store for instance 6382...
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: Reading the configuration file, at line 674
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: >>> 'latency-tracking yes'
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: Bad directive or wrong number of arguments
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
�[mNotice: Applied catalog in 0.57 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Loading