-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: temporarily disable MultipleEnvironmentsPerIsolate #14246
test: temporarily disable MultipleEnvironmentsPerIsolate #14246
Conversation
I don't suppose there's any already-existing and easy way to disable it in some environments only? |
Maybe some
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI is green.
In principle, I'm on board with fast-tracking this, but I'd want an additional 👍 on that from someone who has a better understanding of our C++ code.
CI: https://ci.nodejs.org/job/node-test-commit/11123/ |
That would be great! If not, though, I can probably remove plinux from the build infra for the duration of Code + Learn, so it's not critical that it happen. |
@nodejs/collaborators we would like another opinion on this, thank you... |
I think as long as #14206 stays open (and we keep investigating it) then doing this is fine. Unfortunately I don't "have a better understanding of our cpp code". But I don't think there's a problem with doing this. |
I'd much rather do this than remove a platform from CI. |
Landed in 95ab966 |
This is a temporary measure until the issue is fixed. PR-URL: #14246 Refs: #14206 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
This is a temporary measure until the issue is fixed. PR-URL: #14246 Refs: #14206 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
This is a temporary measure until the issue is fixed. PR-URL: #14246 Refs: #14206 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
This reverts commit 95ab966. Ref: nodejs#14206 Ref: nodejs#14246
This reverts commit 95ab966. Ref: #14206 Ref: #14246 PR-URL: #14749 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
This reverts commit 95ab966. Ref: #14206 Ref: #14246 PR-URL: #14749 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
as we are not having issue with cc tests on v6.x I think we can pass on this for now. |
Agreed. |
Ref: #14206
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test,cctest