robustness: reproduce #20221#21367
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 56 files with indirect coverage changes @@ Coverage Diff @@
## main #21367 +/- ##
==========================================
- Coverage 68.49% 65.61% -2.88%
==========================================
Files 428 428
Lines 35291 35291
==========================================
- Hits 24172 23156 -1016
- Misses 9723 10729 +1006
- Partials 1396 1406 +10 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
f83688d to
5ac9b04
Compare
|
Markdown issues fixed. CI should now be passing. |
5ac9b04 to
251fbc6
Compare
251fbc6 to
9d3f200
Compare
9d3f200 to
805e9d6
Compare
b4de7ba to
22c66aa
Compare
22c66aa to
23f6caa
Compare
34f473d to
955ab2d
Compare
f04dc27 to
5d94e0d
Compare
4c0b110 to
1a877cd
Compare
Targeting bug fix etcd-io#20229 Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
1a877cd to
565e41a
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: henrybear327, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
#17737 (comment) could help lower the reproduction time due to the fact that |
Targeting bug fix #20229
Before the bug fix, the watch created with a future revision with progress notification enabled, can run into the situation where after receiving a progress notification, the watch receives events with revisions lowered than what the watch initial requested for.