-
Notifications
You must be signed in to change notification settings - Fork 499
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 drainer initialCommitTs issue #2857
Conversation
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
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
@cofyc PTAL. |
/merge |
@cofyc Oops! This PR requires at least 2 LGTMs to merge. The current number of |
Codecov Report
@@ Coverage Diff @@
## master #2857 +/- ##
==========================================
- Coverage 40.91% 40.89% -0.02%
==========================================
Files 153 153
Lines 16748 16748
==========================================
- Hits 6852 6849 -3
- Misses 9354 9356 +2
- Partials 542 543 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-1.0 in PR #2983 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-1.1 in PR #2984 |
Signed-off-by: ti-srebot <[email protected]> Co-authored-by: weekface <[email protected]>
What problem does this PR solve?
initialCommitTs
should be astring
, itherwise failed, for example:initialCommitTs: 417774109500375041
will be parsed as:What is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: