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: move test file to sequential/ due to timing issues #45722

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sonimadhuri
Copy link
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)

@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 Dec 3, 2022
@Trott 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
Copy link
Member

Trott commented Dec 3, 2022

Closes: #43465

@Trott
Copy link
Member

Trott commented Dec 3, 2022

@nodejs/http @nodejs/testing

@Trott Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2022
@nodejs-github-bot
Copy link
Collaborator

@joyeecheung joyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 18, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 18, 2023
@nodejs-github-bot
Copy link
Collaborator

Copy link
Contributor

@ShogunPanda ShogunPanda left a comment

Choose a reason for hiding this comment

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

LGTM!
Thanks!

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

6 participants