hyperledger-labs / fabric-operator

Hyperledger Fabric Kubernetes Operator
Apache License 2.0
66 stars 37 forks source link

Upgrade ginkgo integration tests to ginkgo v2 #29

Open jkneubuh opened 2 years ago

jkneubuh commented 2 years ago

Thanks @SamYuan1990 I think this is all set. I am opening a bug / Issue to track the work items as "all done."

jkneubuh commented 1 year ago

The golang dependencies for the ginkgo upgrade are a nightmare. See PR #64

The ginkgo / gomega upgrade forces a dependency upgrade of logging components, which in turn are shared by both controller-gen and the fabric-ca client. Or at least ... upgrading ginkgo is foisting an update that is bleeding up to the CA.

Before attempting the upgrade, make sure there are a lot of regression and acceptance testing mechanisms in place.