-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
When running test using ginkgo, we get the following error:

On looking further, the issue was due to the **zapLogger**. In logger.go (pkg->framework->logger.go), the GetGinLogger function uses zapLogger and when running the test, the zapLogger might have not been initialized properly which is giving the error.
As a workaround, the we can use l.Desugar() instead of the zapLogger.
I tried creating a NewLogger constructor and injecting it using fx but still the issue persists.
If there is any other solution or workaround to this please do mention ππ
Reactions are currently unavailable
Metadata
Metadata
Labels
help wantedExtra attention is neededExtra attention is needed