Nell Shamrell-Harrington

Results 59 comments of Nell Shamrell-Harrington

That is very likely due to a [known bug with oc-id and IPv6](https://github.com/chef/chef-server/issues/375). Could you run this command on your chef server (not your supermarket server)? $ss -ontap | grep...

Here's a full write up of the work around :) https://gist.github.com/nellshamrell/c4236446b41943a5ea41

Closing this for now, let us know if the problem persists.

Reopening this so we can take a look :)

Hi @snowtigger - what version of Chef server and what version of Supermarket are you running?

Need to fix defaults - we should never interpolate default values.

See #1482 for a potential test scenario

Closing for now as there has been no conversation for a few months, feel free to re-open.

We need to remove this spec.

Relevant QM https://github.com/chef-cookbooks/cookbook-quality-metrics/blob/master/quality-metrics/qm-007-integration-tests.md Translated the pseudo code for clarity: ``` [ $(find test/integration/default/ -name '*_spec.rb' | wc -l) -ge $(find recipes/ -name '*.rb' | wc -l ) ] ``` Broken...