Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

retry if an 'Illegal operation attempted on a registry key that has been marked for deletion" fault occurs when opening a remote shell #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kashook
Copy link

@kashook kashook commented Dec 28, 2015

Fixes #18

Keith Shook added 2 commits December 23, 2015 14:28
…key that has been marked for deletion' fault occurs when opening a remote shell
@mwrock
Copy link
Member

mwrock commented Feb 24, 2016

This gem has been deprecated and no future work is planned. Its contents were essentially merged into the winrm and the winrm-fs gems and the yet unreleased Test-Kitchen master branch has been updated to use those gems so we should see them in the next test-kitchen release.

This particular fix would be aimed at winrm. It now has a command_executor and unlike this gem, has retry logic similar to what is in this pr. However, its retry may not be triggered by the specific error that is trying to be caught here.

It would probably be a good idea to kick the tires on test-kitchen master and see if these faults continue and if so, submit a pr (which should be even simpler than this one) to the winrm gem. Thanks!

b-dean added a commit to b-dean/WinRM that referenced this pull request Apr 18, 2016
…gistry key

The error from test-kitchen/winrm-transport#18 still happens with a newer
`test-kitchen` that uses `winrm-fs` to transport files. This commit contains
the fix from test-kitchen/winrm-transport#20 but fixed in the winrm gem itself.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants