FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: move test file to sequential/ due to timing issues by sonimadhuri · Pull Request #45722 · nodejs/node · GitHub

/ node Public

test: move test file to sequential/ due to timing issues - #45722

Merged
aduh95 merged 1 commit into
nodejs:mainfrom
sonimadhuri:move_test_to_run_sequentially
May 11, 2024
Merged

test: move test file to sequential/ due to timing issues#45722
aduh95 merged 1 commit into
nodejs:mainfrom
sonimadhuri:move_test_to_run_sequentially

Conversation

sonimadhuri commented Dec 3, 2022
edited by aduh95
Loading

Copy link
Copy Markdown
Contributor

Moving test-http-server-request-timeouts-mixed from tests/parallel to tests/sequential

The flaky test is reproducible when we run tools/test.py -j96 --repeat=1024 test/parallel/test-http-server-request-timeouts-mixed.js. I tried tuning the timeouts at which the values are asserted, but they still seem to fail because of timing issues when the system is burdened.

As a workaround, I have moved the test to run sequentially(verified it with tools/test.py -j96 --repeat=128 test/sequential/test-http-server-request-timeouts-mixed.js)

Fixes: #43465

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Dec 3, 2022
Trott added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Dec 3, 2022

Trott commented Dec 3, 2022

Copy link
Copy Markdown
Member

Closes: #43465

Trott commented Dec 3, 2022

Copy link
Copy Markdown
Member

@nodejs/http @nodejs/testing

Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2022

Copy link
Copy Markdown
Collaborator

joyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 18, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 18, 2023

Copy link
Copy Markdown
Collaborator

ShogunPanda left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!
Thanks!

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

aduh95 force-pushed the move_test_to_run_sequentially branch from 6ae29c5 to 07fcb59 Compare May 11, 2024 11:01

Copy link
Copy Markdown
Collaborator

aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 11, 2024
aduh95 merged commit b41ab9d into nodejs:main May 11, 2024

aduh95 commented May 11, 2024

Copy link
Copy Markdown
Contributor

Landed in b41ab9d

targos pushed a commit that referenced this pull request May 12, 2024
PR-URL: #45722
Fixes: #43465
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jun 17, 2024
PR-URL: #45722
Fixes: #43465
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#45722
Fixes: nodejs#43465
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. 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.

Investigate flaky test-http-server-request-timeouts-mixed

7 participants


Back | FazBrowse Home | New Git URL