-
Clayton Coleman authored
It's possible to watch /foo/bar, get events for /foo/bar/baz, and then if someone deletes /foo/bar you'll get an event for /foo/bar without a value. This results in an error being printed in the logs because /foo/bar has value "" and we can't decode that. This commit excludes the parent directory from watch events for now.
ce364319
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| doc.go | ||
| etcd_tools.go | ||
| etcd_tools_test.go | ||
| etcd_tools_watch.go | ||
| etcd_tools_watch_test.go | ||
| fake_etcd_client.go |