Skip to content

test_ssh_option_merge is failing on master (Vagrant functional test) #351

Description

@mattbrictson

Getting this error when running the full test suite:

$ vagrant up
$ bundle _1.10.5_ exec rake
[snip]
  test_ssh_option_merge                                           FAIL (0.05s)
Minitest::Assertion:         --- expected
        +++ actual
        @@ -1 +1 @@
        -{:forward_agent=>false, :paranoid=>true}
        +{:known_hosts=>#<SSHKit::Backend::Netssh::KnownHosts:0xXXXXXX @_mutex=#<Thread::Mutex:0xXXXXXX>, @files={"~/.ssh/known_hosts"=>#<SSHKit::Backend::Netssh::KnownHostsKeys:0xXXXXXX
[snip]

Looks like the break is due to the merge of #339.

@byroot Since that was your commit, can you take the first shot at fixing this?

The test in question is SSHKit::Backend::TestNetssh#test_ssh_option_merge.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions