Skip to content

Instantly share code, notes, and snippets.

@robinbowes
Created September 22, 2014 17:51
Show Gist options
  • Save robinbowes/245a8a5d73940590d31b to your computer and use it in GitHub Desktop.
Save robinbowes/245a8a5d73940590d31b to your computer and use it in GitHub Desktop.
UpdateCTestConfiguration from :/Users/robin/Workspace/cfacter/release/DartConfiguration.tcl
UpdateCTestConfiguration from :/Users/robin/Workspace/cfacter/release/DartConfiguration.tcl
Test project /Users/robin/Workspace/cfacter/release
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 1
Start 1: library tests
1: Test command: /Users/robin/Workspace/cfacter/release/lib/tests/libfacter_test "--gtest_color=yes"
1: Test timeout computed to be: 9.99988e+06
1: 2014-09-22 10:51:28.520282 WARN puppetlabs.facter.ruby - could not locate a ruby library: custom facts will not be resolved.
1: [==========] Running 178 tests from 25 test cases.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from facter_facts_array_value
1: [ RUN ] facter_facts_array_value.default_constructor
1: [ OK ] facter_facts_array_value.default_constructor (0 ms)
1: [ RUN ] facter_facts_array_value.null_add
1: [ OK ] facter_facts_array_value.null_add (0 ms)
1: [ RUN ] facter_facts_array_value.vector_constructor
1: [ OK ] facter_facts_array_value.vector_constructor (0 ms)
1: [ RUN ] facter_facts_array_value.each
1: [ OK ] facter_facts_array_value.each (0 ms)
1: [ RUN ] facter_facts_array_value.to_json
1: [ OK ] facter_facts_array_value.to_json (0 ms)
1: [ RUN ] facter_facts_array_value.write_stream
1: [ OK ] facter_facts_array_value.write_stream (0 ms)
1: [ RUN ] facter_facts_array_value.write_yaml
1: [ OK ] facter_facts_array_value.write_yaml (0 ms)
1: [----------] 7 tests from facter_facts_array_value (0 ms total)
1:
1: [----------] 4 tests from facter_facts_boolean_value
1: [ RUN ] facter_facts_boolean_value.constructor
1: [ OK ] facter_facts_boolean_value.constructor (0 ms)
1: [ RUN ] facter_facts_boolean_value.to_json
1: [ OK ] facter_facts_boolean_value.to_json (0 ms)
1: [ RUN ] facter_facts_boolean_value.write_stream
1: [ OK ] facter_facts_boolean_value.write_stream (0 ms)
1: [ RUN ] facter_facts_boolean_value.write_yaml
1: [ OK ] facter_facts_boolean_value.write_yaml (0 ms)
1: [----------] 4 tests from facter_facts_boolean_value (0 ms total)
1:
1: [----------] 4 tests from facter_facts_double_value
1: [ RUN ] facter_facts_double_value.constructor
1: [ OK ] facter_facts_double_value.constructor (0 ms)
1: [ RUN ] facter_facts_double_value.to_json
1: [ OK ] facter_facts_double_value.to_json (0 ms)
1: [ RUN ] facter_facts_double_value.write_stream
1: [ OK ] facter_facts_double_value.write_stream (0 ms)
1: [ RUN ] facter_facts_double_value.write_yaml
1: [ OK ] facter_facts_double_value.write_yaml (0 ms)
1: [----------] 4 tests from facter_facts_double_value (0 ms total)
1:
1: [----------] 5 tests from facter_facts_external_json_resolver
1: [ RUN ] facter_facts_external_json_resolver.default_constructor
1: [ OK ] facter_facts_external_json_resolver.default_constructor (0 ms)
1: [ RUN ] facter_facts_external_json_resolver.can_resolve
1: [ OK ] facter_facts_external_json_resolver.can_resolve (0 ms)
1: [ RUN ] facter_facts_external_json_resolver.resolve_nonexistent_json
1: [ OK ] facter_facts_external_json_resolver.resolve_nonexistent_json (0 ms)
1: [ RUN ] facter_facts_external_json_resolver.resolve_invalid_json
1: [ OK ] facter_facts_external_json_resolver.resolve_invalid_json (0 ms)
1: [ RUN ] facter_facts_external_json_resolver.resolve_json
1: [ OK ] facter_facts_external_json_resolver.resolve_json (1 ms)
1: [----------] 5 tests from facter_facts_external_json_resolver (1 ms total)
1:
1: [----------] 4 tests from facter_facts_external_text_resolver
1: [ RUN ] facter_facts_external_text_resolver.default_constructor
1: [ OK ] facter_facts_external_text_resolver.default_constructor (0 ms)
1: [ RUN ] facter_facts_external_text_resolver.can_resolve
1: [ OK ] facter_facts_external_text_resolver.can_resolve (0 ms)
1: [ RUN ] facter_facts_external_text_resolver.resolve_nonexistent_text
1: [ OK ] facter_facts_external_text_resolver.resolve_nonexistent_text (0 ms)
1: [ RUN ] facter_facts_external_text_resolver.resolve_text
1: [ OK ] facter_facts_external_text_resolver.resolve_text (0 ms)
1: [----------] 4 tests from facter_facts_external_text_resolver (0 ms total)
1:
1: [----------] 5 tests from facter_facts_external_yaml_resolver
1: [ RUN ] facter_facts_external_yaml_resolver.default_constructor
1: [ OK ] facter_facts_external_yaml_resolver.default_constructor (0 ms)
1: [ RUN ] facter_facts_external_yaml_resolver.can_resolve
1: [ OK ] facter_facts_external_yaml_resolver.can_resolve (0 ms)
1: [ RUN ] facter_facts_external_yaml_resolver.resolve_nonexistent_yaml
1: [ OK ] facter_facts_external_yaml_resolver.resolve_nonexistent_yaml (0 ms)
1: [ RUN ] facter_facts_external_yaml_resolver.resolve_invalid_yaml
1: [ OK ] facter_facts_external_yaml_resolver.resolve_invalid_yaml (0 ms)
1: [ RUN ] facter_facts_external_yaml_resolver.resolve_yaml
1: [ OK ] facter_facts_external_yaml_resolver.resolve_yaml (0 ms)
1: [----------] 5 tests from facter_facts_external_yaml_resolver (0 ms total)
1:
1: [----------] 10 tests from facter_facts_collection
1: [ RUN ] facter_facts_collection.default_constructor
1: [ OK ] facter_facts_collection.default_constructor (0 ms)
1: [ RUN ] facter_facts_collection.simple_fact
1: [ OK ] facter_facts_collection.simple_fact (0 ms)
1: [ RUN ] facter_facts_collection.simple_resolver
1: [ OK ] facter_facts_collection.simple_resolver (0 ms)
1: [ RUN ] facter_facts_collection.resolve_specific
1: [ OK ] facter_facts_collection.resolve_specific (0 ms)
1: [ RUN ] facter_facts_collection.resolve_external
1: 2014-09-22 10:51:28.521851 ERROR puppetlabs.facter.facts.collection - error while processing "/Users/robin/Workspace/cfacter/lib/tests/fixtures/facts/external/json/invalid.json" for external facts: Expect either an object or array at root
1: 2014-09-22 10:51:28.529526 ERROR puppetlabs.facter.facts.collection - error while processing "/Users/robin/Workspace/cfacter/lib/tests/fixtures/facts/external/posix/execution/failed" for external facts: child process returned non-zero exit status.
1: 2014-09-22 10:51:28.529893 ERROR puppetlabs.facter.facts.collection - error while processing "/Users/robin/Workspace/cfacter/lib/tests/fixtures/facts/external/yaml/invalid.yaml" for external facts: tag handle with no suffix
1: [ OK ] facter_facts_collection.resolve_external (8 ms)
1: [ RUN ] facter_facts_collection.each
1: [ OK ] facter_facts_collection.each (0 ms)
1: [ RUN ] facter_facts_collection.write_json
1: [ OK ] facter_facts_collection.write_json (1 ms)
1: [ RUN ] facter_facts_collection.write_yaml
1: [ OK ] facter_facts_collection.write_yaml (0 ms)
1: [ RUN ] facter_facts_collection.write_hash
1: [ OK ] facter_facts_collection.write_hash (0 ms)
1: [ RUN ] facter_facts_collection.write_hash_single
1: [ OK ] facter_facts_collection.write_hash_single (0 ms)
1: [----------] 10 tests from facter_facts_collection (9 ms total)
1:
1: [----------] 4 tests from facter_facts_integer_value
1: [ RUN ] facter_facts_integer_value.constructor
1: [ OK ] facter_facts_integer_value.constructor (0 ms)
1: [ RUN ] facter_facts_integer_value.to_json
1: [ OK ] facter_facts_integer_value.to_json (0 ms)
1: [ RUN ] facter_facts_integer_value.write_stream
1: [ OK ] facter_facts_integer_value.write_stream (0 ms)
1: [ RUN ] facter_facts_integer_value.write_yaml
1: [ OK ] facter_facts_integer_value.write_yaml (0 ms)
1: [----------] 4 tests from facter_facts_integer_value (0 ms total)
1:
1: [----------] 7 tests from facter_facts_map_value
1: [ RUN ] facter_facts_map_value.default_constructor
1: [ OK ] facter_facts_map_value.default_constructor (0 ms)
1: [ RUN ] facter_facts_map_value.null_add
1: [ OK ] facter_facts_map_value.null_add (0 ms)
1: [ RUN ] facter_facts_map_value.map_constructor
1: [ OK ] facter_facts_map_value.map_constructor (0 ms)
1: [ RUN ] facter_facts_map_value.each
1: [ OK ] facter_facts_map_value.each (0 ms)
1: [ RUN ] facter_facts_map_value.to_json
1: [ OK ] facter_facts_map_value.to_json (0 ms)
1: [ RUN ] facter_facts_map_value.write_stream
1: [ OK ] facter_facts_map_value.write_stream (0 ms)
1: [ RUN ] facter_facts_map_value.write_yaml
1: [ OK ] facter_facts_map_value.write_yaml (0 ms)
1: [----------] 7 tests from facter_facts_map_value (0 ms total)
1:
1: [----------] 5 tests from facter_facts_string_value
1: [ RUN ] facter_facts_string_value.move_constructor
1: [ OK ] facter_facts_string_value.move_constructor (0 ms)
1: [ RUN ] facter_facts_string_value.copy_constructor
1: [ OK ] facter_facts_string_value.copy_constructor (0 ms)
1: [ RUN ] facter_facts_string_value.to_json
1: [ OK ] facter_facts_string_value.to_json (0 ms)
1: [ RUN ] facter_facts_string_value.write_stream
1: [ OK ] facter_facts_string_value.write_stream (0 ms)
1: [ RUN ] facter_facts_string_value.write_yaml
1: [ OK ] facter_facts_string_value.write_yaml (0 ms)
1: [----------] 5 tests from facter_facts_string_value (0 ms total)
1:
1: [----------] 4 tests from facter_util_directory
1: [ RUN ] facter_util_directory.each_file
1: [ OK ] facter_util_directory.each_file (0 ms)
1: [ RUN ] facter_util_directory.each_file_pattern
1: [ OK ] facter_util_directory.each_file_pattern (0 ms)
1: [ RUN ] facter_util_directory.each_subdirectory
1: [ OK ] facter_util_directory.each_subdirectory (0 ms)
1: [ RUN ] facter_util_directory.each_subdirectory_pattern
1: [ OK ] facter_util_directory.each_subdirectory_pattern (0 ms)
1: [----------] 4 tests from facter_util_directory (0 ms total)
1:
1: [----------] 3 tests from facter_util_file
1: [ RUN ] facter_util_file.each_line
1: [ OK ] facter_util_file.each_line (0 ms)
1: [ RUN ] facter_util_file.read
1: [ OK ] facter_util_file.read (0 ms)
1: [ RUN ] facter_util_file.read_first_line
1: [ OK ] facter_util_file.read_first_line (1 ms)
1: [----------] 3 tests from facter_util_file (1 ms total)
1:
1: [----------] 14 tests from facter_util_option_set
1: [ RUN ] facter_util_option_set.construction
1: [ OK ] facter_util_option_set.construction (0 ms)
1: [ RUN ] facter_util_option_set.set_all
1: [ OK ] facter_util_option_set.set_all (0 ms)
1: [ RUN ] facter_util_option_set.set
1: [ OK ] facter_util_option_set.set (0 ms)
1: [ RUN ] facter_util_option_set.clear
1: [ OK ] facter_util_option_set.clear (0 ms)
1: [ RUN ] facter_util_option_set.reset
1: [ OK ] facter_util_option_set.reset (0 ms)
1: [ RUN ] facter_util_option_set.toggle
1: [ OK ] facter_util_option_set.toggle (0 ms)
1: [ RUN ] facter_util_option_set.toggle_option
1: [ OK ] facter_util_option_set.toggle_option (0 ms)
1: [ RUN ] facter_util_option_set.count
1: [ OK ] facter_util_option_set.count (0 ms)
1: [ RUN ] facter_util_option_set.size
1: [ OK ] facter_util_option_set.size (0 ms)
1: [ RUN ] facter_util_option_set.test
1: [ OK ] facter_util_option_set.test (0 ms)
1: [ RUN ] facter_util_option_set.empty
1: [ OK ] facter_util_option_set.empty (0 ms)
1: [ RUN ] facter_util_option_set.bitwise_and
1: [ OK ] facter_util_option_set.bitwise_and (0 ms)
1: [ RUN ] facter_util_option_set.bitwise_or
1: [ OK ] facter_util_option_set.bitwise_or (0 ms)
1: [ RUN ] facter_util_option_set.bitwise_xor
1: [ OK ] facter_util_option_set.bitwise_xor (0 ms)
1: [----------] 14 tests from facter_util_option_set (0 ms total)
1:
1: [----------] 2 tests from facter_util_string
1: [ RUN ] facter_util_string.to_hex
1: [ OK ] facter_util_string.to_hex (0 ms)
1: [ RUN ] facter_util_string.si_string
1: [ OK ] facter_util_string.si_string (0 ms)
1: [----------] 2 tests from facter_util_string (0 ms total)
1:
1: [----------] 1 test from fact_util_string
1: [ RUN ] fact_util_string.percentage
1: [ OK ] fact_util_string.percentage (0 ms)
1: [----------] 1 test from fact_util_string (0 ms total)
1:
1: [----------] 1 test from facter_util_bsd_scoped_ifaddrs
1: [ RUN ] facter_util_bsd_scoped_ifaddrs.construction
1: [ OK ] facter_util_bsd_scoped_ifaddrs.construction (0 ms)
1: [----------] 1 test from facter_util_bsd_scoped_ifaddrs (0 ms total)
1:
1: [----------] 23 tests from execution_posix
1: [ RUN ] execution_posix.which_absolute
1: [ OK ] execution_posix.which_absolute (0 ms)
1: [ RUN ] execution_posix.which
1: [ OK ] execution_posix.which (0 ms)
1: [ RUN ] execution_posix.which_partial
1: [ OK ] execution_posix.which_partial (0 ms)
1: [ RUN ] execution_posix.which_not_found
1: [ OK ] execution_posix.which_not_found (0 ms)
1: [ RUN ] execution_posix.which_not_executable
1: [ OK ] execution_posix.which_not_executable (0 ms)
1: [ RUN ] execution_posix.expand_command
1: [ OK ] execution_posix.expand_command (0 ms)
1: [ RUN ] execution_posix.expand_command_single_quote
1: [ OK ] execution_posix.expand_command_single_quote (0 ms)
1: [ RUN ] execution_posix.expand_command_double_quote
1: [ OK ] execution_posix.expand_command_double_quote (0 ms)
1: [ RUN ] execution_posix.expand_command_not_found
1: [ OK ] execution_posix.expand_command_not_found (0 ms)
1: [ RUN ] execution_posix.expand_command_not_executable
1: [ OK ] execution_posix.expand_command_not_executable (0 ms)
1: [ RUN ] execution_posix.simple_execution
1: [ OK ] execution_posix.simple_execution (2 ms)
1: [ RUN ] execution_posix.simple_execution_with_args
1: [ OK ] execution_posix.simple_execution_with_args (2 ms)
1: [ RUN ] execution_posix.stderr_redirection
1: [ OK ] execution_posix.stderr_redirection (4 ms)
1: [ RUN ] execution_posix.throw_on_nonzero_exit
1: [ OK ] execution_posix.throw_on_nonzero_exit (5 ms)
1: [ RUN ] execution_posix.throw_on_signal
1: [ OK ] execution_posix.throw_on_signal (4 ms)
1: [ RUN ] execution_posix.trim_output
1: [ OK ] execution_posix.trim_output (5 ms)
1: [ RUN ] execution_posix.each_line
1: [ OK ] execution_posix.each_line (4 ms)
1: [ RUN ] execution_posix.execute_with_merged_environment
1: [ OK ] execution_posix.execute_with_merged_environment (3 ms)
1: [ RUN ] execution_posix.execute_with_specified_environment
1: [ OK ] execution_posix.execute_with_specified_environment (3 ms)
1: [ RUN ] execution_posix.execute_with_lang_environment
1: [ OK ] execution_posix.execute_with_lang_environment (4 ms)
1: [ RUN ] execution_posix.each_line_with_merged_environment
1: [ OK ] execution_posix.each_line_with_merged_environment (2 ms)
1: [ RUN ] execution_posix.each_line_with_specified_environment
1: [ OK ] execution_posix.each_line_with_specified_environment (2 ms)
1: [ RUN ] execution_posix.each_line_with_lang_environment
1: [ OK ] execution_posix.each_line_with_lang_environment (3 ms)
1: [----------] 23 tests from execution_posix (43 ms total)
1:
1: [----------] 1 test from uptime_resolver
1: [ RUN ] uptime_resolver.parse_executable_uptime
1: [ OK ] uptime_resolver.parse_executable_uptime (1 ms)
1: [----------] 1 test from uptime_resolver (1 ms total)
1:
1: [----------] 4 tests from facter_facts_external_posix_execution_resolver
1: [ RUN ] facter_facts_external_posix_execution_resolver.default_constructor
1: [ OK ] facter_facts_external_posix_execution_resolver.default_constructor (0 ms)
1: [ RUN ] facter_facts_external_posix_execution_resolver.can_resolve
1: [ OK ] facter_facts_external_posix_execution_resolver.can_resolve (0 ms)
1: [ RUN ] facter_facts_external_posix_execution_resolver.resolve_failed_execution
1: [ OK ] facter_facts_external_posix_execution_resolver.resolve_failed_execution (3 ms)
1: [ RUN ] facter_facts_external_posix_execution_resolver.resolve_execution
1: [ OK ] facter_facts_external_posix_execution_resolver.resolve_execution (3 ms)
1: [----------] 4 tests from facter_facts_external_posix_execution_resolver (6 ms total)
1:
1: [----------] 4 tests from facter_util_environment
1: [ RUN ] facter_util_environment.get
1: [ OK ] facter_util_environment.get (0 ms)
1: [ RUN ] facter_util_environment.set
1: [ OK ] facter_util_environment.set (0 ms)
1: [ RUN ] facter_util_environment.get_path_separator
1: [ OK ] facter_util_environment.get_path_separator (0 ms)
1: [ RUN ] facter_util_environment.search_paths
1: [ OK ] facter_util_environment.search_paths (0 ms)
1: [----------] 4 tests from facter_util_environment (0 ms total)
1:
1: [----------] 1 test from facter_util_posix_scoped_addrinfo
1: [ RUN ] facter_util_posix_scoped_addrinfo.construction
1: [ OK ] facter_util_posix_scoped_addrinfo.construction (1 ms)
1: [----------] 1 test from facter_util_posix_scoped_addrinfo (1 ms total)
1:
1: [----------] 1 test from facter_util_posix_scoped_descriptor
1: [ RUN ] facter_util_posix_scoped_descriptor.construction
1: [ OK ] facter_util_posix_scoped_descriptor.construction (0 ms)
1: [----------] 1 test from facter_util_posix_scoped_descriptor (0 ms total)
1:
1: [----------] 5 tests from facter_logging
1: [ RUN ] facter_logging.debug
1: [ OK ] facter_logging.debug (0 ms)
1: [ RUN ] facter_logging.info
1: [ OK ] facter_logging.info (0 ms)
1: [ RUN ] facter_logging.warning
1: 2014-09-22 10:51:28.582853 WARN puppetlabs.facter.logging.test - testing 1 2 3
1: 2014-09-22 10:51:28.582875 WARN puppetlabs.facter.logging.test - testing 1 2 3
1: [ OK ] facter_logging.warning (0 ms)
1: [ RUN ] facter_logging.error
1: 2014-09-22 10:51:28.582906 ERROR puppetlabs.facter.logging.test - testing 1 2 3
1: 2014-09-22 10:51:28.582921 ERROR puppetlabs.facter.logging.test - testing 1 2 3
1: [ OK ] facter_logging.error (0 ms)
1: [ RUN ] facter_logging.fatal
1: 2014-09-22 10:51:28.582959 FATAL puppetlabs.facter.logging.test - testing 1 2 3
1: 2014-09-22 10:51:28.582982 FATAL puppetlabs.facter.logging.test - testing 1 2 3
1: [ OK ] facter_logging.fatal (0 ms)
1: [----------] 5 tests from facter_logging (0 ms total)
1:
1: [----------] 1 test from facter_util_posix_scoped_bio
1: [ RUN ] facter_util_posix_scoped_bio.construction
1: [ OK ] facter_util_posix_scoped_bio.construction (0 ms)
1: [----------] 1 test from facter_util_posix_scoped_bio (0 ms total)
1:
1: [----------] 58 tests from run/facter_ruby
1: [ RUN ] run/facter_ruby.load/0
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/0, where GetParam() = expected fact "foo" in file nil_fact.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/1
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/1, where GetParam() = expected fact "foo" in file simple.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/2
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/2, where GetParam() = expected fact "foo" in file simple_resolution.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/3
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/3, where GetParam() = expected fact "foo" in file empty_fact.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/4
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/4, where GetParam() = expected fact "foo" in file empty_fact_with_value.rb to resolve to {"int"=>1, "bool_true"=>true, "bool_false"=>false, "double"=>12.34, "string"=>"foo", "array"=>[1, 2, 3]}. (0 ms)
1: [ RUN ] run/facter_ruby.load/5
1: 2014-09-22 10:51:28.583217 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:213: Failure
1: Value of: find_if(messages.begin(), messages.end(), [&](pair<string, string> const& m) { return m.first == expected.first && re_search(m.second, expected.second); }) != messages.end()
1: Actual: false
1: Expected: true
1: [ FAILED ] run/facter_ruby.load/5, where GetParam() = expected file empty_command.rb to fail to load. (0 ms)
1: [ RUN ] run/facter_ruby.load/6
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/6, where GetParam() = expected fact "foo" in file simple_command.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/7
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/7, where GetParam() = expected fact "foo" in file confine_missing_fact.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/8
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/8, where GetParam() = expected fact "foo" in file bad_command.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/9
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/9, where GetParam() = expected fact "foo" in file simple_confine.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/10
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/10, where GetParam() = expected fact "foo" in file simple_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/11
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/11, where GetParam() = expected fact "foo" in file multi_confine.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/12
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/12, where GetParam() = expected fact "foo" in file multi_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/13
1: 2014-09-22 10:51:28.583489 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:213: Failure
1: Value of: find_if(messages.begin(), messages.end(), [&](pair<string, string> const& m) { return m.first == expected.first && re_search(m.second, expected.second); }) != messages.end()
1: Actual: false
1: Expected: true
1: [ FAILED ] run/facter_ruby.load/13, where GetParam() = expected file bad_syntax.rb to fail to load. (0 ms)
1: [ RUN ] run/facter_ruby.load/14
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/14, where GetParam() = expected fact "foo" in file block_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/15
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/15, where GetParam() = expected fact "foo" in file block_confine.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/16
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/16, where GetParam() = expected fact "foo" in file block_nil_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/17
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/17, where GetParam() = expected fact "foo" in file block_true_confine.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/18
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/18, where GetParam() = expected fact "foo" in file block_false_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/19
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/19, where GetParam() = expected fact "foo" in file array_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/20
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/20, where GetParam() = expected fact "foo" in file array_confine.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/21
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/21, where GetParam() = expected fact "foo" in file confine_weight.rb to resolve to "value2". (0 ms)
1: [ RUN ] run/facter_ruby.load/22
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/22, where GetParam() = expected fact "foo" in file weight.rb to resolve to "value2". (0 ms)
1: [ RUN ] run/facter_ruby.load/23
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/23, where GetParam() = expected fact "foo" in file weight_option.rb to resolve to "value2". (0 ms)
1: [ RUN ] run/facter_ruby.load/24
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/24, where GetParam() = expected fact "foo" in file string_fact.rb to resolve to "hello world". (0 ms)
1: [ RUN ] run/facter_ruby.load/25
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/25, where GetParam() = expected fact "foo" in file integer_fact.rb to resolve to 1234. (0 ms)
1: [ RUN ] run/facter_ruby.load/26
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/26, where GetParam() = expected fact "foo" in file boolean_true_fact.rb to resolve to true. (0 ms)
1: [ RUN ] run/facter_ruby.load/27
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/27, where GetParam() = expected fact "foo" in file boolean_false_fact.rb to resolve to false. (0 ms)
1: [ RUN ] run/facter_ruby.load/28
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/28, where GetParam() = expected fact "foo" in file double_fact.rb to resolve to 12.34. (0 ms)
1: [ RUN ] run/facter_ruby.load/29
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/29, where GetParam() = expected fact "foo" in file array_fact.rb to resolve to [1, true, false, "foo", 12.4, [1], {"foo"=>"bar"}]. (0 ms)
1: [ RUN ] run/facter_ruby.load/30
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/30, where GetParam() = expected fact "foo" in file hash_fact.rb to resolve to {"int"=>1, "bool_true"=>true, "bool_false"=>false, "double"=>12.34, "string"=>"foo", "array"=>[1, 2, 3]}. (1 ms)
1: [ RUN ] run/facter_ruby.load/31
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/31, where GetParam() = expected fact "foo" in file value.rb to resolve to "baz". (0 ms)
1: [ RUN ] run/facter_ruby.load/32
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/32, where GetParam() = expected fact "foo" in file fact.rb to resolve to "baz". (0 ms)
1: [ RUN ] run/facter_ruby.load/33
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/33, where GetParam() = expected fact "foo" in file lookup.rb to resolve to "baz". (0 ms)
1: [ RUN ] run/facter_ruby.load/34
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/34, where GetParam() = expected fact "foo" in file which.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/35
1: 2014-09-22 10:51:28.584090 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/35, where GetParam() = expected file debug.rb to log (DEBUG => "^message1$"),(DEBUG => "^message2$"). (0 ms)
1: [ RUN ] run/facter_ruby.load/36
1: 2014-09-22 10:51:28.584125 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/36, where GetParam() = expected file debugonce.rb to log (DEBUG => "^unique debug1$"),(DEBUG => "^unique debug2$"). (0 ms)
1: [ RUN ] run/facter_ruby.load/37
1: 2014-09-22 10:51:28.584158 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/37, where GetParam() = expected file warn.rb to log (WARN => "^message1$"),(WARN => "^message2$"). (0 ms)
1: [ RUN ] run/facter_ruby.load/38
1: 2014-09-22 10:51:28.584188 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/38, where GetParam() = expected file warnonce.rb to log (WARN => "^unique warning1$"),(WARN => "^unique warning2$"). (0 ms)
1: [ RUN ] run/facter_ruby.load/39
1: 2014-09-22 10:51:28.584218 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/39, where GetParam() = expected file log_exception.rb to log (ERROR => "^what's up doc\?"). (0 ms)
1: [ RUN ] run/facter_ruby.load/40
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/40, where GetParam() = expected fact "foo" in file named_resolution.rb to resolve to "value2". (0 ms)
1: [ RUN ] run/facter_ruby.load/41
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/41, where GetParam() = expected fact "foo" in file define_fact.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/42
1: 2014-09-22 10:51:28.584278 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/42, where GetParam() = expected file cycle.rb to log (ERROR => "cycle detected while requesting value of fact "bar""). (0 ms)
1: [ RUN ] run/facter_ruby.load/43
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/43, where GetParam() = expected fact "foo" in file aggregate.rb to resolve to ["foo", "bar"]. (0 ms)
1: [ RUN ] run/facter_ruby.load/44
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/44, where GetParam() = expected fact "foo" in file aggregate_with_require.rb to resolve to ["foo", "bar", "foo", "baz", "foo", "bar", "foo"]. (0 ms)
1: [ RUN ] run/facter_ruby.load/45
1: 2014-09-22 10:51:28.584340 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:213: Failure
1: Value of: find_if(messages.begin(), messages.end(), [&](pair<string, string> const& m) { return m.first == expected.first && re_search(m.second, expected.second); }) != messages.end()
1: Actual: false
1: Expected: true
1: [ FAILED ] run/facter_ruby.load/45, where GetParam() = expected file aggregate_invalid_require.rb to fail to load. (0 ms)
1: [ RUN ] run/facter_ruby.load/46
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/46, where GetParam() = expected fact "foo" in file aggregate_with_block.rb to resolve to 10. (0 ms)
1: [ RUN ] run/facter_ruby.load/47
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/47, where GetParam() = expected fact "foo" in file aggregate_with_merge.rb to resolve to {"foo"=>"bar", "array"=>[1, 2, 3, 4, 5, 6], "hash"=>{"jam"=>"cakes", "subarray"=>["hello", "world"], "foo"=>"bar"}, "baz"=>"jam"}. (0 ms)
1: [ RUN ] run/facter_ruby.load/48
1: 2014-09-22 10:51:28.584424 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/48, where GetParam() = expected file aggregate_with_invalid_merge.rb to log (ERROR => "cannot merge "hello":String and "world":String"). (0 ms)
1: [ RUN ] run/facter_ruby.load/49
1: 2014-09-22 10:51:28.584457 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/49, where GetParam() = expected file aggregate_with_cycle.rb to log (ERROR => "chunk dependency cycle detected"). (0 ms)
1: [ RUN ] run/facter_ruby.load/50
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/50, where GetParam() = expected fact "foo" in file define_aggregate_fact.rb to resolve to ["foo", "bar"]. (0 ms)
1: [ RUN ] run/facter_ruby.load/51
1: 2014-09-22 10:51:28.584502 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:213: Failure
1: Value of: find_if(messages.begin(), messages.end(), [&](pair<string, string> const& m) { return m.first == expected.first && re_search(m.second, expected.second); }) != messages.end()
1: Actual: false
1: Expected: true
1: [ FAILED ] run/facter_ruby.load/51, where GetParam() = expected file existing_simple_resolution.rb to fail to load. (0 ms)
1: [ RUN ] run/facter_ruby.load/52
1: 2014-09-22 10:51:28.584546 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:213: Failure
1: Value of: find_if(messages.begin(), messages.end(), [&](pair<string, string> const& m) { return m.first == expected.first && re_search(m.second, expected.second); }) != messages.end()
1: Actual: false
1: Expected: true
1: [ FAILED ] run/facter_ruby.load/52, where GetParam() = expected file existing_aggregate_resolution.rb to fail to load. (0 ms)
1: [ RUN ] run/facter_ruby.load/53
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/53, where GetParam() = expected fact "foo" in file version.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/54
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/54, where GetParam() = expected fact "foo" in file boolean_false_confine.rb to not resolve. (0 ms)
1: [ RUN ] run/facter_ruby.load/55
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/55, where GetParam() = expected fact "foo" in file boolean_true_confine.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/56
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/56, where GetParam() = expected fact "foo" in file exec.rb to resolve to "bar". (0 ms)
1: [ RUN ] run/facter_ruby.load/57
1: 2014-09-22 10:51:28.584657 ERROR puppetlabs.facter.ruby.test - ruby is not initialized
1: /Users/robin/Workspace/cfacter/lib/tests/ruby/ruby.cc:204: Failure
1: Failed
1: a failure was not expected but the file failed to load.
1: [ FAILED ] run/facter_ruby.load/57, where GetParam() = expected file timeout.rb to log (WARN => "timeout option is not supported for custom facts and will be ignored."),(WARN => "timeout= is not supported for custom facts and will be ignored."). (0 ms)
1: [----------] 58 tests from run/facter_ruby (1 ms total)
1:
1: [----------] Global test environment tear-down
1: [==========] 178 tests from 25 test cases ran. (64 ms total)
1: [ PASSED ] 120 tests.
1: [ FAILED ] 58 tests, listed below:
1: [ FAILED ] run/facter_ruby.load/0, where GetParam() = expected fact "foo" in file nil_fact.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/1, where GetParam() = expected fact "foo" in file simple.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/2, where GetParam() = expected fact "foo" in file simple_resolution.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/3, where GetParam() = expected fact "foo" in file empty_fact.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/4, where GetParam() = expected fact "foo" in file empty_fact_with_value.rb to resolve to {"int"=>1, "bool_true"=>true, "bool_false"=>false, "double"=>12.34, "string"=>"foo", "array"=>[1, 2, 3]}.
1: [ FAILED ] run/facter_ruby.load/5, where GetParam() = expected file empty_command.rb to fail to load.
1: [ FAILED ] run/facter_ruby.load/6, where GetParam() = expected fact "foo" in file simple_command.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/7, where GetParam() = expected fact "foo" in file confine_missing_fact.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/8, where GetParam() = expected fact "foo" in file bad_command.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/9, where GetParam() = expected fact "foo" in file simple_confine.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/10, where GetParam() = expected fact "foo" in file simple_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/11, where GetParam() = expected fact "foo" in file multi_confine.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/12, where GetParam() = expected fact "foo" in file multi_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/13, where GetParam() = expected file bad_syntax.rb to fail to load.
1: [ FAILED ] run/facter_ruby.load/14, where GetParam() = expected fact "foo" in file block_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/15, where GetParam() = expected fact "foo" in file block_confine.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/16, where GetParam() = expected fact "foo" in file block_nil_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/17, where GetParam() = expected fact "foo" in file block_true_confine.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/18, where GetParam() = expected fact "foo" in file block_false_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/19, where GetParam() = expected fact "foo" in file array_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/20, where GetParam() = expected fact "foo" in file array_confine.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/21, where GetParam() = expected fact "foo" in file confine_weight.rb to resolve to "value2".
1: [ FAILED ] run/facter_ruby.load/22, where GetParam() = expected fact "foo" in file weight.rb to resolve to "value2".
1: [ FAILED ] run/facter_ruby.load/23, where GetParam() = expected fact "foo" in file weight_option.rb to resolve to "value2".
1: [ FAILED ] run/facter_ruby.load/24, where GetParam() = expected fact "foo" in file string_fact.rb to resolve to "hello world".
1: [ FAILED ] run/facter_ruby.load/25, where GetParam() = expected fact "foo" in file integer_fact.rb to resolve to 1234.
1: [ FAILED ] run/facter_ruby.load/26, where GetParam() = expected fact "foo" in file boolean_true_fact.rb to resolve to true.
1: [ FAILED ] run/facter_ruby.load/27, where GetParam() = expected fact "foo" in file boolean_false_fact.rb to resolve to false.
1: [ FAILED ] run/facter_ruby.load/28, where GetParam() = expected fact "foo" in file double_fact.rb to resolve to 12.34.
1: [ FAILED ] run/facter_ruby.load/29, where GetParam() = expected fact "foo" in file array_fact.rb to resolve to [1, true, false, "foo", 12.4, [1], {"foo"=>"bar"}].
1: [ FAILED ] run/facter_ruby.load/30, where GetParam() = expected fact "foo" in file hash_fact.rb to resolve to {"int"=>1, "bool_true"=>true, "bool_false"=>false, "double"=>12.34, "string"=>"foo", "array"=>[1, 2, 3]}.
1: [ FAILED ] run/facter_ruby.load/31, where GetParam() = expected fact "foo" in file value.rb to resolve to "baz".
1: [ FAILED ] run/facter_ruby.load/32, where GetParam() = expected fact "foo" in file fact.rb to resolve to "baz".
1: [ FAILED ] run/facter_ruby.load/33, where GetParam() = expected fact "foo" in file lookup.rb to resolve to "baz".
1: [ FAILED ] run/facter_ruby.load/34, where GetParam() = expected fact "foo" in file which.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/35, where GetParam() = expected file debug.rb to log (DEBUG => "^message1$"),(DEBUG => "^message2$").
1: [ FAILED ] run/facter_ruby.load/36, where GetParam() = expected file debugonce.rb to log (DEBUG => "^unique debug1$"),(DEBUG => "^unique debug2$").
1: [ FAILED ] run/facter_ruby.load/37, where GetParam() = expected file warn.rb to log (WARN => "^message1$"),(WARN => "^message2$").
1: [ FAILED ] run/facter_ruby.load/38, where GetParam() = expected file warnonce.rb to log (WARN => "^unique warning1$"),(WARN => "^unique warning2$").
1: [ FAILED ] run/facter_ruby.load/39, where GetParam() = expected file log_exception.rb to log (ERROR => "^what's up doc\?").
1: [ FAILED ] run/facter_ruby.load/40, where GetParam() = expected fact "foo" in file named_resolution.rb to resolve to "value2".
1: [ FAILED ] run/facter_ruby.load/41, where GetParam() = expected fact "foo" in file define_fact.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/42, where GetParam() = expected file cycle.rb to log (ERROR => "cycle detected while requesting value of fact "bar"").
1: [ FAILED ] run/facter_ruby.load/43, where GetParam() = expected fact "foo" in file aggregate.rb to resolve to ["foo", "bar"].
1: [ FAILED ] run/facter_ruby.load/44, where GetParam() = expected fact "foo" in file aggregate_with_require.rb to resolve to ["foo", "bar", "foo", "baz", "foo", "bar", "foo"].
1: [ FAILED ] run/facter_ruby.load/45, where GetParam() = expected file aggregate_invalid_require.rb to fail to load.
1: [ FAILED ] run/facter_ruby.load/46, where GetParam() = expected fact "foo" in file aggregate_with_block.rb to resolve to 10.
1: [ FAILED ] run/facter_ruby.load/47, where GetParam() = expected fact "foo" in file aggregate_with_merge.rb to resolve to {"foo"=>"bar", "array"=>[1, 2, 3, 4, 5, 6], "hash"=>{"jam"=>"cakes", "subarray"=>["hello", "world"], "foo"=>"bar"}, "baz"=>"jam"}.
1: [ FAILED ] run/facter_ruby.load/48, where GetParam() = expected file aggregate_with_invalid_merge.rb to log (ERROR => "cannot merge "hello":String and "world":String").
1: [ FAILED ] run/facter_ruby.load/49, where GetParam() = expected file aggregate_with_cycle.rb to log (ERROR => "chunk dependency cycle detected").
1: [ FAILED ] run/facter_ruby.load/50, where GetParam() = expected fact "foo" in file define_aggregate_fact.rb to resolve to ["foo", "bar"].
1: [ FAILED ] run/facter_ruby.load/51, where GetParam() = expected file existing_simple_resolution.rb to fail to load.
1: [ FAILED ] run/facter_ruby.load/52, where GetParam() = expected file existing_aggregate_resolution.rb to fail to load.
1: [ FAILED ] run/facter_ruby.load/53, where GetParam() = expected fact "foo" in file version.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/54, where GetParam() = expected fact "foo" in file boolean_false_confine.rb to not resolve.
1: [ FAILED ] run/facter_ruby.load/55, where GetParam() = expected fact "foo" in file boolean_true_confine.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/56, where GetParam() = expected fact "foo" in file exec.rb to resolve to "bar".
1: [ FAILED ] run/facter_ruby.load/57, where GetParam() = expected file timeout.rb to log (WARN => "timeout option is not supported for custom facts and will be ignored."),(WARN => "timeout= is not supported for custom facts and will be ignored.").
1:
1: 58 FAILED TESTS
1/1 Test #1: library tests ....................***Failed 0.07 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.07 sec
The following tests FAILED:
1 - library tests (Failed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment