Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created December 2, 2013 04:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jtimberman/7744992 to your computer and use it in GitHub Desktop.
% bundle exec rspec './spec'
zsh: correct 'rspec' to 'spec' [nyae]? n
datadog::dd-agent
when using a debian-family distro
[2013-12-01T21:14:35-07:00] WARN: found a directory deps in the cookbook path, but it contains no cookbook files. skipping.
behaves like datadog-agent
installs the datadog-agent (FAILED - 1)
does not install the datadog-agent-base package (FAILED - 2)
enables the datadog-agent service (FAILED - 3)
ensures the dd-agent directory exists (FAILED - 4)
drops an agent config file (FAILED - 5)
when using a debian-family distro and installing base
[2013-12-01T21:14:35-07:00] WARN: found a directory deps in the cookbook path, but it contains no cookbook files. skipping.
behaves like datadog-agent-base
installs the datadog-agent-base package (FAILED - 6)
does not install the datadog-agent package (FAILED - 7)
enables the datadog-agent service (FAILED - 8)
ensures the dd-agent directory exists (FAILED - 9)
drops an agent config file (FAILED - 10)
when using a redhat-family distro above 6.x
[2013-12-01T21:14:35-07:00] WARN: found a directory deps in the cookbook path, but it contains no cookbook files. skipping.
behaves like datadog-agent
installs the datadog-agent (FAILED - 11)
does not install the datadog-agent-base package (FAILED - 12)
enables the datadog-agent service (FAILED - 13)
ensures the dd-agent directory exists (FAILED - 14)
drops an agent config file (FAILED - 15)
when using CentOS 5.8 and installing base
[2013-12-01T21:14:36-07:00] WARN: found a directory deps in the cookbook path, but it contains no cookbook files. skipping.
behaves like datadog-agent-base
installs the datadog-agent-base package (FAILED - 16)
does not install the datadog-agent package (FAILED - 17)
enables the datadog-agent service (FAILED - 18)
ensures the dd-agent directory exists (FAILED - 19)
drops an agent config file (FAILED - 20)
datadog::default
when converging this recipe
should do nothing
Failures:
1) datadog::dd-agent when using a debian-family distro behaves like datadog-agent installs the datadog-agent
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:67
# ./spec/dd-agent_spec.rb:58:in `block (3 levels) in <top (required)>'
2) datadog::dd-agent when using a debian-family distro behaves like datadog-agent does not install the datadog-agent-base package
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:67
# ./spec/dd-agent_spec.rb:58:in `block (3 levels) in <top (required)>'
3) datadog::dd-agent when using a debian-family distro behaves like datadog-agent enables the datadog-agent service
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:67
# ./spec/dd-agent_spec.rb:58:in `block (3 levels) in <top (required)>'
4) datadog::dd-agent when using a debian-family distro behaves like datadog-agent ensures the dd-agent directory exists
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:67
# ./spec/dd-agent_spec.rb:58:in `block (3 levels) in <top (required)>'
5) datadog::dd-agent when using a debian-family distro behaves like datadog-agent drops an agent config file
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:67
# ./spec/dd-agent_spec.rb:58:in `block (3 levels) in <top (required)>'
6) datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base installs the datadog-agent-base package
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:82
# ./spec/dd-agent_spec.rb:73:in `block (3 levels) in <top (required)>'
7) datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base does not install the datadog-agent package
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:82
# ./spec/dd-agent_spec.rb:73:in `block (3 levels) in <top (required)>'
8) datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base enables the datadog-agent service
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:82
# ./spec/dd-agent_spec.rb:73:in `block (3 levels) in <top (required)>'
9) datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base ensures the dd-agent directory exists
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:82
# ./spec/dd-agent_spec.rb:73:in `block (3 levels) in <top (required)>'
10) datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base drops an agent config file
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:82
# ./spec/dd-agent_spec.rb:73:in `block (3 levels) in <top (required)>'
11) datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent installs the datadog-agent
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:97
# ./spec/dd-agent_spec.rb:88:in `block (3 levels) in <top (required)>'
12) datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent does not install the datadog-agent-base package
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:97
# ./spec/dd-agent_spec.rb:88:in `block (3 levels) in <top (required)>'
13) datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent enables the datadog-agent service
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:97
# ./spec/dd-agent_spec.rb:88:in `block (3 levels) in <top (required)>'
14) datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent ensures the dd-agent directory exists
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:97
# ./spec/dd-agent_spec.rb:88:in `block (3 levels) in <top (required)>'
15) datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent drops an agent config file
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent" called from ./spec/dd-agent_spec.rb:97
# ./spec/dd-agent_spec.rb:88:in `block (3 levels) in <top (required)>'
16) datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base installs the datadog-agent-base package
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:114
# ./spec/dd-agent_spec.rb:103:in `block (3 levels) in <top (required)>'
17) datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base does not install the datadog-agent package
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:114
# ./spec/dd-agent_spec.rb:103:in `block (3 levels) in <top (required)>'
18) datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base enables the datadog-agent service
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:114
# ./spec/dd-agent_spec.rb:103:in `block (3 levels) in <top (required)>'
19) datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base ensures the dd-agent directory exists
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:114
# ./spec/dd-agent_spec.rb:103:in `block (3 levels) in <top (required)>'
20) datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base drops an agent config file
Failure/Error: @chef_run = ChefSpec::ChefRunner.new(
Chef::Exceptions::CookbookNotFound:
Cookbook datadog not found. If you're loading datadog from another cookbook, make sure you configure the dependency in your metadata
Shared Example Group: "datadog-agent-base" called from ./spec/dd-agent_spec.rb:114
# ./spec/dd-agent_spec.rb:103:in `block (3 levels) in <top (required)>'
Finished in 0.28983 seconds
21 examples, 20 failures
Failed examples:
rspec ./spec/dd-agent_spec.rb:4 # datadog::dd-agent when using a debian-family distro behaves like datadog-agent installs the datadog-agent
rspec ./spec/dd-agent_spec.rb:8 # datadog::dd-agent when using a debian-family distro behaves like datadog-agent does not install the datadog-agent-base package
rspec ./spec/dd-agent_spec.rb:12 # datadog::dd-agent when using a debian-family distro behaves like datadog-agent enables the datadog-agent service
rspec ./spec/dd-agent_spec.rb:16 # datadog::dd-agent when using a debian-family distro behaves like datadog-agent ensures the dd-agent directory exists
rspec ./spec/dd-agent_spec.rb:20 # datadog::dd-agent when using a debian-family distro behaves like datadog-agent drops an agent config file
rspec ./spec/dd-agent_spec.rb:26 # datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base installs the datadog-agent-base package
rspec ./spec/dd-agent_spec.rb:30 # datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base does not install the datadog-agent package
rspec ./spec/dd-agent_spec.rb:34 # datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base enables the datadog-agent service
rspec ./spec/dd-agent_spec.rb:38 # datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base ensures the dd-agent directory exists
rspec ./spec/dd-agent_spec.rb:42 # datadog::dd-agent when using a debian-family distro and installing base behaves like datadog-agent-base drops an agent config file
rspec ./spec/dd-agent_spec.rb:4 # datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent installs the datadog-agent
rspec ./spec/dd-agent_spec.rb:8 # datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent does not install the datadog-agent-base package
rspec ./spec/dd-agent_spec.rb:12 # datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent enables the datadog-agent service
rspec ./spec/dd-agent_spec.rb:16 # datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent ensures the dd-agent directory exists
rspec ./spec/dd-agent_spec.rb:20 # datadog::dd-agent when using a redhat-family distro above 6.x behaves like datadog-agent drops an agent config file
rspec ./spec/dd-agent_spec.rb:26 # datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base installs the datadog-agent-base package
rspec ./spec/dd-agent_spec.rb:30 # datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base does not install the datadog-agent package
rspec ./spec/dd-agent_spec.rb:34 # datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base enables the datadog-agent service
rspec ./spec/dd-agent_spec.rb:38 # datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base ensures the dd-agent directory exists
rspec ./spec/dd-agent_spec.rb:42 # datadog::dd-agent when using CentOS 5.8 and installing base behaves like datadog-agent-base drops an agent config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment