Build(deps-dev): Update github_changelog_generator requirement from ~> 1.16.4 to ~> 1.18 #1022
Annotations
2 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
spec/integration/winrm_spec.rb#L43
when runnning over the winrm transport when using CLI options runs a task reading from $input
Failure/Error: expect(result).to eq("Should have succeed on node" => true)
expected: {"Should have succeed on node"=>true}
got: {"elapsed_time"=>0, "items"=>[{"action"=>"task", "object"=>nil, "status"=>"failure", "target"=>"winrm://roddypiper@localhost:5985", "value"=>{"_error"=>{"details"=>{"class"=>"WinRM::WinRMWSManFault", "stack_trace"=>"D:/a/openbolt/openbolt/vendor/bundl....com/wbem/wsman/1/wsmanfault'><f:Message>The WSMan service could not launch a host process to process the given request. Make sure the WSMan provider host server and proxy are properly registered. </f:Message></f:WSManFault>"}}}], "target_count"=>1}
(compared using ==)
Diff:
@@ -1 +1,3 @@
-"Should have succeed on node" => true,
+"elapsed_time" => 0,
+"items" => [{"action"=>"task", "object"=>nil, "status"=>"failure", "target"=>"winrm://roddypiper@localhost:5985", "value"=>{"_error"=>{"details"=>{"class"=>"WinRM::WinRMWSManFault", "stack_trace"=>"D:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:73:in `raise_if_wsman_fault'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:52:in `raise_if_error'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:34:in `parse_to_xml'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/transport.rb:188:in `send_request'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/power_shell.rb:121:in `open_shell'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:174:in `block in open'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/retryable.rb:35:in `retryable'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:172:in `open'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:132:in `with_command_shell'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:79:in `run'\\nD:/a/openbolt/openbolt/lib/bolt/transport/winrm/connection.rb:128:in `block (2 levels) in execute'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/connection.rb:42:in `shell'\\nD:/a/openbolt/openbolt/lib/bolt/transport/winrm/connection.rb:127:in `block in execute'\\nD:/a/openbolt/openbolt/vendor/bundle/ruby/3.3.0/gems/logging-2.4.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'"}, "issue_code"=>"EXCEPTION", "kind"=>"puppetlabs.tasks/exception-error", "msg"=>"[WSMAN ERROR CODE: 1018]: <f:WSManFault Code='1018' Machine='localhost' xmlns:f='http://schemas.microsoft.com/wbem/wsman/1/wsmanfault'><f:Message>The WSMan service could not launch a host process to process the given request. Make sure the WSMan provider host server and proxy are properly registered. </f:Message></f:WSManFault>"}}}],
+"target_count" => 1,
|
Loading