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: increase spin for eventloop test on s390 #56228

Closed
wants to merge 1 commit into from

Conversation

mhdawson
Copy link
Member

@mhdawson mhdawson commented Dec 11, 2024

It was excluded as it was failing intermittently. Likely that s390 was just so fast times were rounded down to 0.

Refs: #41286

Increase the spin time on s390x only.

Stress run of 1000 with no failures with this change - https://ci.nodejs.org/job/node-stress-single-test/nodes=rhel8-s390x/548/console

@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 11, 2024
@lpinca
Copy link
Member

lpinca commented Dec 11, 2024

Does the test still fail without increasing the spin time? I wonder if anything has changed since the test was marked flaky.

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.54%. Comparing base (48c75bc) to head (6c7ffa1).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #56228   +/-   ##
=======================================
  Coverage   88.54%   88.54%           
=======================================
  Files         657      657           
  Lines      190395   190395           
  Branches    36552    36555    +3     
=======================================
+ Hits       168580   168581    +1     
+ Misses      14993    14990    -3     
- Partials     6822     6824    +2     

see 21 files with indirect coverage changes

@mhdawson
Copy link
Member Author

@lpinca I had looked at the test code and nothing changed since the issue was opened. Here is a run on main - https://ci.nodejs.org/view/Stress/job/node-stress-single-test/550/

@lpinca
Copy link
Member

lpinca commented Dec 11, 2024

I was referring to the actual code being tested, but I see one failure in the stress test on main.

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

@nodejs-github-bot
Copy link
Collaborator

@marco-ippolito marco-ippolito added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 15, 2024
@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 Dec 15, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/56228
✔  Done loading data for nodejs/node/pull/56228
----------------------------------- PR info ------------------------------------
Title      test: increase spin for eventloop test on s390 (#56228)
Author     Michael Dawson <[email protected]> (@mhdawson)
Branch     mhdawson:perftest-390 -> nodejs:main
Labels     test, needs-ci
Commits    1
 - test: increase spin for eventloop test on s390
Committers 1
 - Michael Dawson <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/56228
Refs: https://github.com/nodejs/node/issues/41286
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/56228
Refs: https://github.com/nodejs/node/issues/41286
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 11 Dec 2024 14:55:35 GMT
   ✔  Approvals: 3
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/56228#pullrequestreview-2496638593
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56228#pullrequestreview-2500210441
   ✔  - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/56228#pullrequestreview-2502278882
   ⚠  This PR has conflicts that must be resolved
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2024-12-12T17:37:56Z: https://ci.nodejs.org/job/node-test-pull-request/64026/
- Querying data for job/node-test-pull-request/64026/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/12337187281

@lpinca
Copy link
Member

lpinca commented Dec 17, 2024

This needs a rebase.

It was excluded as it was failing intermittently. Likely
that s390 was just so fast times were rounded down to 0.

Increase the spin time on s390x only.

Signed-off-by: Michael Dawson <[email protected]>
@mhdawson
Copy link
Member Author

Rebased

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

@nodejs-github-bot
Copy link
Collaborator

mhdawson added a commit that referenced this pull request Dec 24, 2024
It was excluded as it was failing intermittently. Likely
that s390 was just so fast times were rounded down to 0.

Increase the spin time on s390x only.

Signed-off-by: Michael Dawson <[email protected]>
PR-URL: #56228
Refs: #41286
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
@mhdawson
Copy link
Member Author

Landed in be9dc2d

@mhdawson mhdawson closed this Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commit-queue-failed An error occurred while landing this pull request using GitHub Actions. 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.

5 participants