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: split out http2 from test-stream-pipeline #24631

Closed
wants to merge 2 commits into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Nov 24, 2018

Splitting out the http2 portion of the test has a few benfits:

  • We don't skip the rest of the tests if node is compiled without
    crypto.
  • We can find out if the http2 portion of the test is responsible for
    the timeouts reported in issue 24456.

Refs: #24456

/ping @nodejs/testing @refack

Collaborators, 👍 here for fast-tracking.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: nodejs#24456
@Trott Trott added the fast-track PRs that do not need to wait for 48 hours to land. label Nov 24, 2018
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Nov 24, 2018
@Trott
Copy link
Member Author

Trott commented Nov 24, 2018

@refack
Copy link
Contributor

refack commented Nov 24, 2018

Ironically the CI test failed with a different flake parallel/test-http2-client-upload a.k.a. #20750

Resume CI: https://ci.nodejs.org/job/node-test-pull-request/18945/

@refack refack added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 24, 2018
@refack
Copy link
Contributor

refack commented Nov 25, 2018

Ok, so now we have a live hit:
https://ci.nodejs.org/job/node-test-binary-windows/21925/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=0/
https://ci.nodejs.org/computer/test-rackspace-win2008r2-x64-6/

18:02:05 not ok 413 parallel/test-stream-pipeline-http2
18:02:05   ---
18:02:05   duration_ms: 120.93
18:02:05   severity: fail
18:02:05   exitcode: 1
18:02:05   stack: |-
18:02:05     timeout
18:02:05   ...

@refack
Copy link
Contributor

refack commented Nov 25, 2018

@Trott
Copy link
Member Author

Trott commented Nov 25, 2018

Now with marking the relevant test as flaky! (Thanks, @refack!)

One more 👍 at the top here to land fast-track and get CI to yellow, as well as have a more manageable and narrow test to debug....

@Trott
Copy link
Member Author

Trott commented Nov 25, 2018

Landed in 8c0aa84

@Trott Trott closed this Nov 25, 2018
Trott added a commit to Trott/io.js that referenced this pull request Nov 25, 2018
Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: nodejs#24456

PR-URL: nodejs#24631
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@refack refack added the landed label Nov 25, 2018
targos pushed a commit that referenced this pull request Nov 25, 2018
Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: #24456

PR-URL: #24631
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: #24456

PR-URL: #24631
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Dec 5, 2018
4 tasks
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: nodejs#24456

PR-URL: nodejs#24631
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
BethGriggs pushed a commit that referenced this pull request Feb 11, 2019
Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: #24456

PR-URL: #24631
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Feb 12, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Splitting out the http2 portion of the test has a few benfits:

* We don't skip the rest of the tests if `node` is compiled without
  crypto.
* We can find out if the http2 portion of the test is responsible for
  the timeouts reported in issue 24456.

Refs: #24456

PR-URL: #24631
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott Trott deleted the pipelines branch January 13, 2022 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants