mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-03 14:00:15 -04:00
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 |
||
|---|---|---|
| .. | ||
| command_filter_test.rb | ||
| communicator_test.rb | ||
| config_test.rb | ||
| helper_test.rb | ||
| plugin_test.rb | ||
| shell_test.rb | ||