Marc A. Paradise

Results 77 comments of Marc A. Paradise

Thanks for reporting @danielcbright, and for the details.

Looking at the linked code and the [transport settings](https://docs.chef.io/workstation/config_yml_kitchen/#transport-settings), should this be set in the yml as `username` and not `user`?

The version number is reporting oddly there too (mac_osx/20.3.0), this is something we should look into further

When looking into this, it would be good if we could determine which scenarios do/don't work: - node already has chef installed that matches the specified version, what gets installed?...

We should look at outputting deprecation and other warnings to stderr to prevent this.

This seems to occur in `Kitchen::Configurable.env_wrapped: https://github.com/test-kitchen/test-kitchen/blob/93290ef577d57f505e9596e112d06cbf610ae31b/lib/kitchen/configurable.rb#L347-L359 It also appears to be done in kitchen itself, and is not specific to the driver - `kitchen-dokken` is invoking `run_command` which eventually...

@mallikarjunagutta it's not clear what the described issue is. Could you provide your kitchen.yml, kitchen log, and the output of your `kitchen create`command?

@lamont-granquist is this still something that should be on the radar? I don't think anything significant has changed since the write-up that makes it obsolete/irrelevant.

That seems like a painful workaround, but prompting for it would not work in automated/headless situations. What about expecting it in an environment variable?

Let's confirm that this is still occurring under the latest Kitchen, with the given repro case in the comments.