You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Galasa Resources Apply fails if properties are given an empty value, even though ETCD accepts properties that are empty. The capabilities of Galasactl and the backend Etcd should match.
Error: GAL1113E: Failure reported by the Galasa Ecosystem. The Ecosystem believes there is a problem with this client program or the user input. Errors returned: 'GAL5024E: Error occurred because the Galasa Property is invalid. 'The 'value' field cannot be empty. The field 'value' is mandatory for the type GalasaProperty.''
Note that in Galasactl version 0.40.0 you can apply empty CPS properties:
galasactl properties set --namespace demo --name empty.prop.demo --value ""
galasactl properties get --namespace demo --name empty.prop.demo
namespace name value
demo empty.prop.demo
Total:1
Describe the bug
Galasa Resources Apply fails if properties are given an empty value, even though ETCD accepts properties that are empty. The capabilities of Galasactl and the backend Etcd should match.
Steps to reproduce
Expected behavior
The behaviour of resources apply and proeprties set should be consistent, and should match the allowed actions in etcd.
The text was updated successfully, but these errors were encountered: