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: remove test-gc-http-client-timeout from flaky list #43971

Merged
merged 1 commit into from Jul 26, 2022

Conversation

F3n67u
Copy link
Member

@F3n67u F3n67u commented Jul 24, 2022

test-gc-http-client-timeout has been fixed by #43949, let us remove it from flaky list.

Refs:
#43949
#43754

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jul 24, 2022
@F3n67u F3n67u added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 24, 2022
@F3n67u F3n67u requested a review from legendecas Jul 24, 2022
Copy link
Member

@tniessen tniessen left a comment

LGTM if folks who reviewed #43949 are confident that it fixed the flakiness.

@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 24, 2022
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 24, 2022

lpinca
lpinca approved these changes Jul 24, 2022
@F3n67u F3n67u added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 24, 2022
@F3n67u F3n67u added the fast-track PRs that do not need to wait for 48 hours to land. label Jul 24, 2022
@github-actions
Copy link

github-actions bot commented Jul 24, 2022

Fast-track has been requested by @F3n67u. Please 👍 to approve.

Copy link
Member

@RaisinTen RaisinTen left a comment

Should we add Fixes: https://github.com/nodejs/node/issues/43638 to the description?

@F3n67u
Copy link
Member Author

F3n67u commented Jul 25, 2022

Should we add Fixes: https://github.com/nodejs/node/issues/43638 to the description?

@RaisinTen I will close #43638 manually.

Cannot read properties of null is fixed by #43949. But the Error: connect ECONNRESET is still probably will happen on freebsd, so I leave this issue open temporarily.

See #43638 (comment) for more info.

@F3n67u F3n67u added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 26, 2022
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jul 26, 2022
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 26, 2022

Commit Queue failed
- Loading data for nodejs/node/pull/43971
✔  Done loading data for nodejs/node/pull/43971
----------------------------------- PR info ------------------------------------
Title      test: remove test-gc-http-client-timeout from flaky list (#43971)
Author     Feng Yu  (@F3n67u)
Branch     F3n67u:remove-flaky -> nodejs:main
Labels     test, fast-track, author ready, needs-ci
Commits    1
 - test: remove test-gc-http-client-timeout from flaky list
Committers 1
 - Feng Yu 
PR-URL: https://github.com/nodejs/node/pull/43971
Refs: https://github.com/nodejs/node/pull/43949
Reviewed-By: Tobias Nießen 
Reviewed-By: Luigi Pinca 
Reviewed-By: Chengzhong Wu 
Reviewed-By: Darshan Sen 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/43971
Refs: https://github.com/nodejs/node/pull/43949
Reviewed-By: Tobias Nießen 
Reviewed-By: Luigi Pinca 
Reviewed-By: Chengzhong Wu 
Reviewed-By: Darshan Sen 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sun, 24 Jul 2022 14:33:41 GMT
   ✔  Approvals: 4
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/43971#pullrequestreview-1048652141
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/43971#pullrequestreview-1048654802
   ✔  - Chengzhong Wu (@legendecas): https://github.com/nodejs/node/pull/43971#pullrequestreview-1048659219
   ✔  - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/43971#pullrequestreview-1048859564
   ℹ  This PR is being fast-tracked
   ✖  The fast-track request requires at least two collaborators' approvals (👍).
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2022-07-24T14:46:37Z: https://ci.nodejs.org/job/node-test-pull-request/45652/
- Querying data for job/node-test-pull-request/45652/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/2737039353

@F3n67u F3n67u removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Jul 26, 2022
@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed fast-track PRs that do not need to wait for 48 hours to land. labels Jul 26, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 26, 2022
@nodejs-github-bot nodejs-github-bot merged commit fbcac58 into nodejs:main Jul 26, 2022
63 checks passed
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 26, 2022

Landed in fbcac58

@F3n67u F3n67u deleted the remove-flaky branch Jul 26, 2022
danielleadams pushed a commit that referenced this pull request Aug 16, 2022
PR-URL: #43971
Refs: #43949
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
ruyadorno pushed a commit that referenced this pull request Aug 23, 2022
PR-URL: #43971
Refs: #43949
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
targos pushed a commit that referenced this pull request Sep 5, 2022
PR-URL: #43971
Refs: #43949
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Fyko pushed a commit to Fyko/node that referenced this pull request Sep 15, 2022
PR-URL: nodejs#43971
Refs: nodejs#43949
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants