-
-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panicking in ReportAfterSuite #1467
Comments
ginkgopanicspec.json |
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?
The text was updated successfully, but these errors were encountered: