vagrant/test/unit/plugins/communicators/winrm
Allison Larson b6c7a15581 Catch IO::Timeout when waiting for communicator
Ruby 3.2 introduced a new error, `IO:TimeoutError`, for blocking
operations. Formerly, this case would return `Errno::ETIMEDOUT`. Catch
the new error while waiting for the communicator so that the retries can
be correctly attempted.

https://bugs.ruby-lang.org/issues/18630
2025-03-12 16:21:06 -07:00
..
command_filter_test.rb add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
communicator_test.rb add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
config_test.rb add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
helper_test.rb add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
plugin_test.rb add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
shell_test.rb Catch IO::Timeout when waiting for communicator 2025-03-12 16:21:06 -07:00