You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
Fixing SSH
* code was holding on to the SSH connection of the first node in a
multi-node scenario. This means that all tests ran on first node.
This is a bug.
The Fix:
* Clear SSH connection using specinfa
* Configure SSH directly within the plugin instead of relying on a
generated spec_helper.rb file
* Update the smoke test to validate that this works
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: