vagrant/test/unit/plugins/communicators/winrm
Paul Hinze 1e84cc4d6a communicators/winrm: respect boot_timeout when fetching winrm_info
We gained a ton of improvemnts to WinRM error handling in
https://github.com/mitchellh/vagrant/pull/4943, but we also got one bug.

The new code raises an exception when `winrm_info` does not return right
away. This was preventing us from catching the retry/timout logic that's
meant to wait until boot_timeout for the WinRM communicator to be ready.

This restores the proper behavior by rescuing the WinRMNotReady
exception and continuing to retry until the surrounding timeout fires.
2015-09-02 16:36:23 -05:00
..
command_filter_test.rb Added/updated unit tests for WinRM mkdir/rm command filters 2014-07-31 14:42:11 -04:00
communicator_test.rb communicators/winrm: respect boot_timeout when fetching winrm_info 2015-09-02 16:36:23 -05:00
config_test.rb communicators/winrm: Config unit tests (a little) 2014-04-21 13:50:59 -07:00
helper_test.rb communicators/winrm: use winrm_info cap if available [GH-3832] 2014-05-20 20:13:36 -07:00
shell_test.rb Add retry_delay setting to speed up test 2015-01-28 13:41:07 -05:00