jbpratt

Results 60 comments of jbpratt

Ah, I see on https://github.com/spulec/moto/blob/1.3.16/IMPLEMENTATION_COVERAGE.md#cloudformation that `list_stack_instances` is unimplemented

Hi @bblommers , thanks for the reply. So I am able to see the 'mock stackset' is actually going into a "SUCCEEDED" status (not even sure if other statuses are...

@bpandola let me dig in a bit more and confirm my issue is exactly this. Edit: You are correct! I was misreading the boto3 documentation and I don't often use...

I can confirm that the test is passing when I changed the parameter to properly use the self managed accounts param over the service managed deployment targets. Sorry about all...

Hi @kblicharski, I believe the issue here is with your `postgresql version` variable. From what I have seen, it should simply be the version number for the container you want....

Hey @rikirolly, while it is really just a workaround, you can use kustomize patches to do something like this which worked for me (for numerous projects): ``` # kustomization.yaml apiVersion:...

I think I can get behind this :smile: .. you can see something similar in the wild currently [here](https://github.com/SoMuchForSubtlety/f1viewer/blob/82a3e8298273201254f029f97f342c4e46b748e5/util_test.go#L75). Utilizing this along with [testscript](https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript?tab=doc) may make a lot of the...

@leitzler sure thing, it seems to be working so far though windows aren't closing/going away as expected. I can try to debug a bit on my side as it really...

Hi @mrbazzan , I don't think I found a workaround and eventually just switched to using the podman CLI. Sorry :frowning_face:

Hi @markyjackson-taulia (sorry for the 2 year late ping!!) and @basil (as the most active contributor currently), I've fixed the CI from https://github.com/jenkinsci/gitlab-plugin/pull/869#issuecomment-608641423 . Would you be able to take...