Actions
Bug #13129
closedIntermittent failures in native MS test_records_should_have_options tests
Description
Intermittent test failures on Ruby 1.8.7 from the following two native MS DHCP tests:
undefined method `[]' for nil:NilClass (NoMethodError) /var/lib/workspace/workspace/test_proxy_develop_pr_core/puppet/2.6.0/ruby/1.8.7/modules/dhcp_native_ms/dhcp_native_ms_main.rb:148:in `loadRecordOptions' /var/lib/workspace/workspace/test_proxy_develop_pr_core/puppet/2.6.0/ruby/1.8.7/test/dhcp_ms_native/server_ms_test.rb:188:in `test_records_should_have_options'
undefined method `[]' for nil:NilClass (NoMethodError) /var/lib/workspace/workspace/test_proxy_develop_pr_core/puppet/2.6.0/ruby/1.8.7/modules/dhcp_native_ms/dhcp_native_ms_main.rb:148:in `loadRecordOptions' /var/lib/workspace/workspace/test_proxy_develop_pr_core/puppet/2.6.0/ruby/1.8.7/test/dhcp_ms_native/server_ms_test.rb:196:in `test_records_should_have_options_and_values'
It appears that @subnet_service.all_leases("172.29.205.0").first
is likely returning nil.
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Anonymous
- Pull request https://github.com/theforeman/smart-proxy/pull/362 added
Updated by Anonymous almost 9 years ago
- Related to Bug #4148: Unable to delete DHCP reservations on MS DCHP servers added
Updated by Anonymous almost 9 years ago
- Related to Bug #5481: Foreman Proxy unable to remove DHCP reservation: "IP / mac - is static - unable to delete" added
Updated by Dominic Cleal almost 9 years ago
- Category changed from Tests to DHCP
- Translation missing: en.field_release set to 123
Updated by Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b9309bfbe45ea2f2517f086e1de712ecf9fc2e1d.
Updated by Anonymous almost 9 years ago
- Related to Bug #2320: Foreman Proxy on Windows: Vendor Class not found Error added
Actions