You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the automated acceptance tests the idempotent test failed on the Debian family (Debian 7, Ubuntu 12 and 14). All packages installed correctly and the services were fine. A subsequent puppet apply of the files returned with no error.
Investigation is required to find out what the failure is.
CentOS 6 and 7 worked normally as expected.
As this does not seem to be causing any problems, this was put down as technical debt and the release was still distributed.
The text was updated successfully, but these errors were encountered:
It's the directory modes. Different on Debian to Red Hat:
# puppet apply /tmp/apply_manifest.pp.q1spNF --noop
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')Notice: Compiled catalog for debian-78-x64.default in environment production in 3.58 secondsNotice: /Stage[main]/Cassandra/File[/var/lib/cassandra/saved_caches]/mode: current_value 0770, should be 0750 (noop)Notice: /Stage[main]/Cassandra/File[/var/lib/cassandra/commitlog]/mode: current_value 0770, should be 0750 (noop)Notice: /Stage[main]/Cassandra/File[/var/lib/cassandra/data]/mode: current_value 0770, should be 0750 (noop)Notice: /Stage[main]/Cassandra/Service[cassandra]: Would have triggered 'refresh' from 3 eventsNotice: Class[Cassandra]: Would have triggered 'refresh' from 4 eventsNotice: Stage[main]: Would have triggered 'refresh' from 1 eventsNotice: Finished catalog run in 2.16 seconds
During the automated acceptance tests the idempotent test failed on the Debian family (Debian 7, Ubuntu 12 and 14). All packages installed correctly and the services were fine. A subsequent puppet apply of the files returned with no error.
Investigation is required to find out what the failure is.
CentOS 6 and 7 worked normally as expected.
As this does not seem to be causing any problems, this was put down as technical debt and the release was still distributed.
The text was updated successfully, but these errors were encountered: