AdarshdeepCheema
AdarshdeepCheema
@jackjia-ibm is this still an issue ?
The example that I gave you above is just a prototype. In our case things are way too big in numbers and size. I cannot add all the specs in...
Can we use Ordered Container and then run the specs from a specific file from it ? if possible how ?? ``` Describe("checking out a book", func() { It("can specs...
This is not an opensource project and we cant share any github links. I want to have 10-30 specs in each of the files that I mentioned above, Can I...
I am getting error when tried to use above concept ``` Ginkgo detected an issue with your spec structure var _ = Describe("Control Plane Opearator", Ordered, Label("controlplane", "operator", "test 02"),...
@sanketsudake I tried v1.18.0 and followed the steps mentioned in this ticket. in namespace **aaa** `executor` pod is still failing with same error ``` {"level":"info","ts":"2023-03-01T18:59:18.681Z","caller":"otel/provider.go:50","msg":"OTEL_EXPORTER_OTLP_ENDPOINT not set, skipping Opentelemtry tracing"}...
> I just unarchived https://github.com/zowe/explorer-wlp-packaging because I figure it probably is in there, but when I install explorer-jes locally, and grep around, I don't see the text, so I'm not...
Just an FYI. I cannot run tests in Explorer-JES, MVS, USS when using node 18 To reproduce: clone the explorer code and try `npm run test`
I am also hitting the same issue @sanketsudake can u please check what is wrong here ?
I have 3 files in the zip ``` package.json package-lock.json build.sh ``` I am running `fission package create --spec --sourcearchive src-pkg.zip --env nodejs --name ap-pkg --buildcmd "./build.sh" --envNamespace fission --pkgNamespace=controlplane`...