Skip to content
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

test: fixup issue stemming from testing http2 on node 9.9 #699

Merged
merged 1 commit into from
Mar 23, 2018

Conversation

kjin
Copy link
Contributor

@kjin kjin commented Mar 23, 2018

No description provided.

@kjin kjin requested a review from jinwoo March 23, 2018 16:18
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 23, 2018
@@ -219,6 +219,8 @@ describe('test-trace-http2', () => {
server.on(
'stream',
(s: http2.ServerHttp2Stream&({rstWithInternalError: () => void})) => {
// In Node 9.9+, the error handler is not added by default.
s.on('error', () => {});

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@codecov
Copy link

codecov bot commented Mar 23, 2018

Codecov Report

Merging #699 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #699      +/-   ##
==========================================
- Coverage   90.15%   90.08%   -0.08%     
==========================================
  Files          29       29              
  Lines        1422     1422              
  Branches      287      287              
==========================================
- Hits         1282     1281       -1     
  Misses         57       57              
- Partials       83       84       +1
Impacted Files Coverage Δ
src/trace-writer.ts 87.7% <0%> (-0.82%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 770ab08...0326f7c. Read the comment docs.

@kjin kjin merged commit dca5cc0 into googleapis:master Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants