Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beaker Tests for v1.4.1 claimed to fail the idempotent tests for Debian #109

Closed
dallinb opened this issue Sep 15, 2015 · 1 comment
Closed
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@dallinb
Copy link
Contributor

dallinb commented Sep 15, 2015

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.

@dallinb dallinb added bug Something isn't working tech debt labels Sep 15, 2015
@dallinb dallinb self-assigned this Sep 15, 2015
@dallinb dallinb added this to the Next Patch Release milestone Sep 15, 2015
@dallinb dallinb mentioned this issue Sep 15, 2015
13 tasks
@dallinb
Copy link
Contributor Author

dallinb commented Sep 15, 2015

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 seconds
Notice: /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 events
Notice: Class[Cassandra]: Would have triggered 'refresh' from 4 events
Notice: Stage[main]: Would have triggered 'refresh' from 1 events
Notice: Finished catalog run in 2.16 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant