Max Cascone

Results 24 comments of Max Cascone

Seems like a pretty basic feature to support. +1

I’ve tried with both, and get the same text/html error. I tried the ‘raw’ link too; same result. > On Oct 20, 2020, at 3:38 AM, James Stocks wrote: >...

I am pretty sure I have the configuration correct but it doesn't work, on my VMs with v15 baked in: ``` provisioner: name: chef_zero product_name: chef product_version: 12 install_strategy: always...

I would just like to have an `upgrade` option as an install strategy. So kitchen will go and install the version you want on a box, and not do it...

I am having the exact same issue as well. Always the fourth suite. If I `tee` the output into a file, it outputs to the screen as regular white (or...

I have what I think is a similar problem/question. It has stood in my way for years at this point. Say I have a class in `vars/`: ```groovy // vars/myFunction.groovy...

Thanks for this @nestoracunablanco, I'm not sure how to read the bits about changing it in the JPU library, but I'll try the workaround in my tests ASAP!

@nestoracunablanco, a related question: is there a way to isolate the `childCall` function, to only unit test that? In other words, to not mock it out, but to specifically call...

Hi @nestoracunablanco, i'm finally getting around to trying this out, and I'm not having success. In this case my "parent" function is `pipelineBuild`, defined as `call` in `vars/pipelineBuild.groovy`, and it...

Hi, thanks for this. I know I'm "cheating" in a way using primarily singletons in `vars/` as my groovy classes. I have tried several times and just have never been...