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

test: delete `test/pummel/test-repl-empty-maybelocal-crash.js` by RaisinTen · Pull Request #42720 · nodejs/node · GitHub

/ node Public

test: delete test/pummel/test-repl-empty-maybelocal-crash.js - #42720

Closed
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:test/mark-test/pummel/test-repl-empty-maybelocal-crash.js-as-flaky-on-freebsd
Closed

test: delete test/pummel/test-repl-empty-maybelocal-crash.js#42720
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:test/mark-test/pummel/test-repl-empty-maybelocal-crash.js-as-flaky-on-freebsd

Conversation

RaisinTen commented Apr 13, 2022
edited
Loading

Copy link
Copy Markdown
Member

It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: #42719
Signed-off-by: Darshan Sen raisinten@gmail.com

This comment was marked as outdated.

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 13, 2022
RaisinTen force-pushed the test/mark-test/pummel/test-repl-empty-maybelocal-crash.js-as-flaky-on-freebsd branch from c06b845 to e0091c7 Compare April 13, 2022 14:19

This comment was marked as outdated.

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 13, 2022

targos 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

If it's a memory issue (and it doesn't only affect FreeBSD), we should probably use common.enoughTestMem

RaisinTen removed the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 14, 2022

This comment was marked as outdated.

RaisinTen commented Apr 14, 2022
edited
Loading

Copy link
Copy Markdown
Member Author

If it's a memory issue (and it doesn't only affect FreeBSD), we should probably use common.enoughTestMem

@targos that doesn't seem to work - https://ci.nodejs.org/job/node-test-commit-freebsd/43653/nodes=freebsd12-x64/console. :/

targos commented Apr 14, 2022
edited
Loading

Copy link
Copy Markdown
Member

Or maybe just delete the test?
I'm not sure it's worth having a resource-intensive test for this kind of edge cases 🤔

It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: nodejs#42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
RaisinTen force-pushed the test/mark-test/pummel/test-repl-empty-maybelocal-crash.js-as-flaky-on-freebsd branch from fc18ad6 to d56a3bc Compare April 14, 2022 13:35
RaisinTen changed the title test: mark test-repl-empty-maybelocal-crash flaky on freebsd test: delete test/pummel/test-repl-empty-maybelocal-crash.js Apr 14, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

Agreed, @targos deleted, PTAL

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 14, 2022

targos commented Apr 14, 2022

Copy link
Copy Markdown
Member

I don't know if it's possible, but if we were able to reduce the maximum buffer size limit with a command-line flag, that could be another way to fix it.

Copy link
Copy Markdown
Member Author

I don't know if it's possible, but if we were able to reduce the maximum buffer size limit with a command-line flag, that could be another way to fix it.

That won't be possible because Node.js uses

static const size_t kMaxLength = v8::TypedArray::kMaxLength;

for the max buffer length and it's a compile time constant from V8
static constexpr size_t kMaxLength =
internal::kApiSystemPointerSize == 4
? internal::kSmiMaxValue
: static_cast<size_t>(uint64_t{1} << 32);
.

Copy link
Copy Markdown
Collaborator

richardlau added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 14, 2022

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

The flake that keeps appearing is #42741. I've resumed CI again, but considering the contents of this PR is removing a different test - I propose landing this as-is.

I'm hoping to include this PR in v18.0.0 to mitigate some of CI instability.

Copy link
Copy Markdown
Member

Hit the flake again, but FreeBSD is also experimental. Landing this now.

BethGriggs pushed a commit that referenced this pull request Apr 14, 2022
It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: #42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #42720
Fixes: #42719
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

Copy link
Copy Markdown
Member

Landed in 19064be

BethGriggs closed this Apr 14, 2022
RaisinTen deleted the test/mark-test/pummel/test-repl-empty-maybelocal-crash.js-as-flaky-on-freebsd branch April 15, 2022 01:06
xtx1130 pushed a commit to xtx1130/node that referenced this pull request Apr 25, 2022
It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: nodejs#42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: nodejs#42720
Fixes: nodejs#42719
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Dossar pushed a commit to Dossar/node that referenced this pull request May 26, 2022
It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: nodejs#42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: nodejs#42720
Fixes: nodejs#42719
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
juanarbol pushed a commit that referenced this pull request May 31, 2022
It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: #42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #42720
Fixes: #42719
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
juanarbol pushed a commit that referenced this pull request Jun 1, 2022
It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: #42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #42720
Backport-PR-URL: #42967
Fixes: #42719
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
juanarbol mentioned this pull request Jun 1, 2022
BethGriggs pushed a commit that referenced this pull request Jun 1, 2022
It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test for this kind of an edge cases.

Fixes: #42719
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #42720
Backport-PR-URL: #42967
Fixes: #42719
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@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. fast-track PRs that do not need to wait for 48 hours to land. 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 crash in test/pummel/test-repl-empty-maybelocal-crash.js on freebsd

8 participants


Back | FazBrowse Home | New Git URL