Actions
Bug #38944
closedFix failing test/unit/puppet_fact_parser_test.rb tests
Difficulty:
Triaged:
No
Description
You get an exception in tests:
NoMethodError: undefined method `map' for nil:NilClass
test/unit/puppet_fact_parser_test.rb:860:in `get_facterdb_facts'
test/unit/puppet_fact_parser_test.rb:485:in `block (2 levels) in <class:PuppetFactsParserTest>'
test/unit/puppet_fact_parser_test.rb:753:in `block (5 levels) in <class:PuppetFactsParserTest>'
the underlying reason is broken json files in facterdb. This prevents loading if those files and reduces the problem.
Updated by The Foreman Bot 3 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10794 added
Updated by Shimon Shtein 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|e326764330c1588a5fa1e50973251238db0b0aa0.
Updated by The Foreman Bot 3 months ago
- Pull request https://github.com/theforeman/foreman/pull/10799 added
Updated by The Foreman Bot about 1 month ago
- Pull request https://github.com/theforeman/foreman/pull/10743 added
Updated by Ondřej Gajdušek 14 days ago
- Subject changed from test/unit/puppet_fact_parser_test.rb tests are failing to Fix failing test/unit/puppet_fact_parser_test.rb tests
Actions