-
Notifications
You must be signed in to change notification settings - Fork 131
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
fix the set of events received by ChildrenW #66
Conversation
In accordance with https://github.com/apache/zookeeper/blob/c74658d398cdc1d207aa296cb6e20de00faec03e/zookeeper-client/zookeeper-client-c/src/zk_hashtable.c#L297-L314 ChildrenW should not receive data change events of the observed node.
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 75.27% 76.40% +1.13%
==========================================
Files 7 7
Lines 1189 1191 +2
==========================================
+ Hits 895 910 +15
+ Misses 202 193 -9
+ Partials 92 88 -4
Continue to review full report at Codecov.
|
sounds good to me |
Yes, I'll try. |
@nemith PTAL |
I wrote a test, confirm the launch of checks, and let's merge |
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
In accordance with
https://github.com/apache/zookeeper/blob/c74658d398cdc1d207aa296cb6e20de00faec03e/zookeeper-client/zookeeper-client-c/src/zk_hashtable.c#L297-L314
ChildrenW should not receive data change events of the observed node.
I believe that this will fix #38 and it will change the set of events received by ChildrenW described here #56