-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support HeartbeatConsistencyChecks
in Clone()
#2658
Conversation
Sooooooo I think I missed this because interval isn't in there either… |
Thoughts on some reflection-based test for clone checking to prevent future misses? |
added; I have no great ideas on the reflection thing - feel free to suggest |
maybe just a count of the fields on Assert.Equals(43, fields.Length); // if this fails, check Clone() has been updated |
+1 I like it - simple and effective we can get fancier if ever justified. Do you mind adding in this PR please? If slammed I can follow-up later in day too. |
@NickCraver already working on it |
@NickCraver see 2a624a2 |
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.
Looking good 👍
release 2.7.23 added a
ConfigurationOptions.HeartbeatConsistencyChecks
option, but that option is not represented inClone()
; fix that