-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
confusing error from flux-kvs watch -d when key is not a directory #1625
Comments
I think you found a really strange corner case, which at this moment I have no idea how it's occurring. This works
but this doesn't.
this works
but this doesn't
|
This bug was annoying me so decided to look into it. The issue has to do with the fact that the watch code still assumes all data is json formatted. With flux-kvs get & put we have options like
|
flux-kvs
should return a sensible error when-d
is used and the returned key is not a directory.(Actually the docs just say "if -d is specified, do not output key values", so I could be mistaken and this has nothing to do with
foo
being a directory and not a normal key)The text was updated successfully, but these errors were encountered: