Onsi Fakhouri
Onsi Fakhouri
(i'm just concerned that i'm misunderstanding you and want to check the actual underlying problem statement)
OK - that's a fair bit. I'll try to help but first I need to better understand k8's `envtest` and its isolation semantics. I assume `envtest` spins up a k8s...
also - if it would help - i'd be happy to find time for a zoom call since there's a lot of complexity here!
sweet - this is starting to make more sense to me. based on what you’re saying it does sound like you can get pretty far with one (or perhaps a...
hey @Airblader - in case you ended up building off of that example. I had forgotten that you can do: ```go CurrentSpecReport().MatchesLabelFilter("integration") ``` I've updated the example with that. @nabbas-ca...
In case there's interest, please take a look at the new proposal for managing shared resources and having finer-grained control over parallelism here: https://github.com/onsi/ginkgo/issues/1292
hey @tbrisker - this is something i'm considering. `Ordered` containers came about in part because Ginkgo-users were asking for a `BeforeAll`-like behavior and in part because folks wanted to break...
> Unfortunately I'm not familiar enough with the internals of ginkgo to be able to suggest how to approach it or propose a fix myself. no worries, @tbrisker - rather...
In case there's interest, please take a look at the new proposal for managing shared resources and having finer-grained control over parallelism here: https://github.com/onsi/ginkgo/issues/1292
hey @bartam1 is there any chance you can share the actual code so I can see how the `clusterId` and `testId` parameters are being injected - and how the test...