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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
I'm using the range plugin with a single range (didn't try multiple ranges). When trying to set an invalid value for the desired key, the range plugin fails but does not set an error message on the parent key.
e.g:
$> kdb set user/test/puppet-val/spec/x1 90
The command kdb set failed while accessing the key database with the info:
$>
Seems to be an easy fix, since the error message is only set if the checking function return -1 but actually range fails return 0
The text was updated successfully, but these errors were encountered:
I'm using the range plugin with a single range (didn't try multiple ranges). When trying to set an invalid value for the desired key, the range plugin fails but does not set an error message on the parent key.
e.g:
Seems to be an easy fix, since the error message is only set if the checking function return -1 but actually range fails return 0
The text was updated successfully, but these errors were encountered: