forked from helm-unittest/helm-unittest
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
Hello, I have a question why do I get errors like:
incompatible types for comparison
instead of error like:
template: generic-release/templates/deployment.yaml:106:35: executing "deployment" at <eq "tmpfs">: error calling eq: incompatible types for comparison
The original error would be really helpful to me. I am really often unable to find out why my test is failing unless I run the test with debug mode. I found that the alot of information is trimmed from the error here:
helm-unittest/pkg/unittest/test_job.go
Line 466 in 1693f4f
content = parseV3TemplateRenderError(err.Error()) |
Why not to throw whole error as is?
Metadata
Metadata
Assignees
Labels
No labels