-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Clock skew config #2119
Clock skew config #2119
Conversation
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Co-Authored-By: Yuri Shkuro <[email protected]> Signed-off-by: Joe Elliott <[email protected]>
Co-Authored-By: Yuri Shkuro <[email protected]> Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
c713a39
to
250877d
Compare
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2119 +/- ##
==========================================
+ Coverage 96.1% 96.13% +0.02%
==========================================
Files 217 218 +1
Lines 10538 10564 +26
==========================================
+ Hits 10128 10156 +28
+ Misses 354 353 -1
+ Partials 56 55 -1
Continue to review full report at Codecov.
|
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.
one small nit, since it affects public api
Signed-off-by: Joe Elliott <[email protected]>
Can we get code coverage up? |
Signed-off-by: Joe Elliott <[email protected]>
Test pushed that should raise coverage. It's a bit trivial as it just asserts nil and non-nil fields on the QueryServiceOptions struct after building. |
Which problem is this PR solving?
Short description of the changes
query.max-clock-skew-adjust
Note that I consolidated the creation of
QueryServiceOptions
in thecmd/query/app
package. I don't necessarily think this is a great place for it, but I struggled to find a better one. If you have recommendations please let me know.