Replies: 1 comment 16 replies
-
Hey @ksanjeet , |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some checks like the one where we need to check the value of "HANA_CALL_TIMEOUT" using cibadmin gatherer, it is expected that the configuration for "HANA_CALL_TIMEOUT" is not configured at all. That is a valid configuration. It is also a valid configuration when there is value defined for "HANA_CALL_TIMEOUT" in cluster configuration. However, a check can only be written if the configuration is present. If the configuration is not present then the gatherer returns:
[{"message": "Unknown property 'value' - a getter is not registered for type '()' (line 4, position 53)", "name": "expectations_hana_call", "type": "dot_expr"}]
In my opinion, gatherers should be able to handle a situation when the configuration is not present.
Beta Was this translation helpful? Give feedback.
All reactions