-
Notifications
You must be signed in to change notification settings - Fork 166
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
Access to @ShogunPanda to test-nearform_intel-ubuntu1604-x64 #2968
Comments
@nodejs/build |
+1 as long as that's not the only machine available for any particular Jenkins tasks |
I checked and there are 2 machines that the micro-benchmarks can run so +1 from me as well. |
No real objection from me, but is this problem specific to those machines or could it be reproduced on any xLInux system? |
@ShogunPanda I've added your keys (two, from your GitHub) to the machine: IF it looks like this might be related to us running an older version of Ubuntu then you could bail and let us know and we can prioritise getting it upgraded. It's a TODO that really needs to get done, and as @Trott said, it may solve the issue for us. But it's upgrading can be a traumatic exercise so pulling the trigger on that hasn't been easy. But maybe you're giving us reason to just go ahead and get it done. |
Update, I was able to easily reproduce the issue and, after playing with node a little bit (and thanks to A specific fix for
As after sending the results we don't care whatever else the process is doing. |
it's a fix at least .. not very elegant but I don't see an obvious other place to put it - unless you added a callback from |
@rvagg I went for slightly better approach: rather than always close the process, I give it a little time to gracefully exit, otherwise I proceed. |
access removed thanks for diagnosing it @ShogunPanda |
PR-URL: #43557 Fixes: nodejs/build#2968 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #43557 Fixes: nodejs/build#2968 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #43557 Fixes: nodejs/build#2968 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #43557 Fixes: nodejs/build#2968 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: nodejs/node#43557 Fixes: nodejs/build#2968 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Please grant me access to the machine above, I'm trying to debug why jobs like
https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1154/
always get stuck on the http simple benchmark.
The text was updated successfully, but these errors were encountered: