Fixes #37315 - Drop non-batch triggering #570
Annotations
10 errors
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0002_saves the data comming from the proxy to the output and finishes
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103d692500>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0004_hides secrets
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103d8a4960>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0003_handles connection errors
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103da02140>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0001_supports skipping
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103dbccb88>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0005_wipes secrets
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103dcc5a30>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0002_cancels the action immediatelly when cancel event is sent for the second time
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103f4050d8>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0001_sends the cancel event to the proxy when the cancel event is sent for the first time
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x000056103f633c88>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0001_doesn't trigger the corresponding action again on the proxy
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x0000561042206c98>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/unit/actions/proxy_action_test.rb#L12
Failure: test_0001_triggers the corresponding action on the proxy
NoMethodError: undefined method `new' for #<Support::DummyProxyAction::DummyProxy:0x0000561038853948>
foreman-tasks/test/unit/actions/proxy_action_test.rb:20:in `block (2 levels) in <class:ProxyActionTest>'
test/test_helper.rb:84:in `before_setup'
|
Run rake test:foreman-tasks:
foreman-tasks/test/controllers/api/tasks_controller_test.rb#L54
Failure: test_0001_passes the data to the corresponding action
TypeError: Value (Support::DummyProxyAction::DummyProxy) '#<Support::DummyProxyAction::DummyProxy:0x000056103d836e60>' is not child any of: Dynflow::Action.
foreman-tasks/lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks/test/controllers/api/tasks_controller_test.rb:184:in `block (3 levels) in <class:TasksControllerTest>'
|
Loading