Open dschveninger opened 1 month ago
ginkgopanicspec.json Here is the json output that is causing the panic Hope this helps.
WE were able to fix it by stop using the --junit-report switch. We are still trying to create a sample test suite to show it.
hey sorry for the radio silence i've been swamped these days. if it's a panic in ginkgo then it's probably being swallowed by ginkgo. try running with the environment ment variable "GINKGO_PRUNE_STACK=FALSE" and see if you get more in the stack trace
No problem thank you for that we will do that and report back.
In one of our Intergration test suite we are getting the following Panic in the ReportAfterSuite. Our code for executes but Ginkgo generated code panic. We have over 9 different test suite and this only happens in one of them.
Since it is integration test suite and requires many things, we can not run the code without the system so I cannot ship an example to you and our prototype do not fail like this. Can you see how it is failing and give us a area to look at for this type of failure?