-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
e2e: improve Watch coverage #9419
Conversation
|
This seems to be an issue with the client not returning a "watch closed by server" message or a response at all, thus a timeout. Hope to review more tonight. |
/cc @jpbetz |
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
e2e test path has changed I will update this tonight and get it merged.
… On Oct 16, 2018, at 12:58 PM, Joe Betz ***@***.***> wrote:
@jpbetz approved this pull request.
lgtm
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Codecov Report
@@ Coverage Diff @@
## master #9419 +/- ##
==========================================
+ Coverage 71.72% 71.77% +0.05%
==========================================
Files 390 390
Lines 36346 36346
==========================================
+ Hits 26068 26089 +21
+ Misses 8470 8451 -19
+ Partials 1808 1806 -2
Continue to review full report at Codecov.
|
@hexfusion: |
reminder.... /assign |
@hexfusion kindly ping. Let us try to get this merged :P |
:) sorry about this. working on a few other things will clean this up. |
@hexfusion are you still working on this PR? |
Incremental test coverage improvement for Watch.
Initial testing seems to fail during TestCtlV3AuthAndWatchInteractive.
ref: #9149