Should I expect the following 53 failures on a Debian Wheezy system when running spec tests on master? Is there a public CI server that would let me compare my results vs. some known good setup?
mzeren@puppet1:/usr/src/puppet$ uname -a Linux puppet1 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux mzeren@puppet1:/usr/src/puppet$ git status # On branch master nothing to commit (working directory clean) mzeren@puppet1:/usr/src/puppet$ git log -1 | head -n 1 commit 0de90efc0261eed18187d23a4fe17b84c7b54c50 mzeren@puppet1:/usr/src/puppet$ rake spec ... snip ... Finished in 3 minutes 40.81 seconds 18674 examples, 53 failures, 78 pending Failed examples: rspec ./spec/integration/indirector/facts/facter_spec.rb:9 # Puppet::Node::Facts::Facter preserves case in fact values rspec ./spec/integration/node/facts_spec.rb:31 # Puppet::Node::Facts when using the indirector should be able to delegate to the :facter terminus rspec ./spec/integration/node_spec.rb:32 # Puppet::Node when delegating indirection calls should be able to use the plain terminus rspec ./spec/integration/provider/mount_spec.rb:112 # mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => defined When setting options => local should leave the system in the unmounted state, with data in /etc/fstab ... snip ... rspec ./spec/unit/resource/catalog_spec.rb:398 # Puppet::Resource::Catalog when compiling when functioning as a resource container should not create aliases for non-isomorphic resources whose names do not match their titles rake aborted! Command failed with status (1): [rspec -fd spec...] /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/file_utils.rb:53:in `block in create_shell_runner' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/file_utils.rb:45:in `call' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/file_utils.rb:45:in `sh' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/file_utils_ext.rb:37:in `sh' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:246:in `call' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:241:in `each' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:143:in `invoke_task' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:101:in `block (2 levels) in top_level' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:101:in `each' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:101:in `block in top_level' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:110:in `run_with_threads' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:95:in `top_level' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:73:in `block in run' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling' /var/lib/gems/1.9.1/gems/rake-10.0.4/lib/rake/application.rb:70:in `run' Tasks: TOP => spec (See full trace by running task with --trace) mzeren@puppet1:/usr/src/puppet$ -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
