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: extend timeouts for ARMv6 #1554

Closed
wants to merge 0 commits into from
Closed

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Apr 29, 2015

Background: I suspect the ARMv6 timeouts introduced by @silverwind were based on a Pi B+ or similar or perhaps an overclocked Pi. The CI cluster has 2 x original Pi's and 1 x Pi B+ and the tests don't consistently pass on the older Pi's.

This configuration gives me all passes but I'd appreciate review by @silverwind and anyone else familiar with the specific tests I've adjusted: test-child-process-fork-net2.js, test-debug-signal-cluster.js, test-next-tick-error-spin.js

@mscdex mscdex added the test Issues and PRs related to the tests. label Apr 29, 2015
@silverwind
Copy link
Contributor

The x6 factor was already very generous, it surprises me a bit that you still have issues. I suspect your SD must be of a very slow kind or something.

LGTM, if it helps.

@rvagg
Copy link
Member Author

rvagg commented Apr 29, 2015

could be .. one of the Pi's particularly has an older SD card. An alternative to raising it to 7 is going through the individual tests that have been failing and extending them rather than doing the whole lot.

@jbergstroem
Copy link
Member

I went through ccache statistics on all the PI's. They have a very high hitrate – so getting faster storage would probably be the best solution :/

@silverwind
Copy link
Contributor

If I remember correctly, the RPi doesn't have a dedicated storage controller, so all SD access is done on the CPU, which puts a hard limit on the transfer rate you can get. I'm fine with x7 myself.

rvagg added a commit that referenced this pull request Apr 29, 2015
Based on tests running on original Raspberry Pi

PR-URL: #1554
Reviewed-By: Roman Reiss <[email protected]>
@rvagg rvagg closed this Apr 29, 2015
@rvagg
Copy link
Member Author

rvagg commented Apr 29, 2015

f9b226c

@rvagg rvagg deleted the pi-timeouts branch April 29, 2015 09:29
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Apr 29, 2015
Based on tests running on original Raspberry Pi

PR-URL: nodejs#1554
Reviewed-By: Roman Reiss <[email protected]>
@rvagg rvagg mentioned this pull request May 2, 2015
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request May 14, 2015
Based on tests running on original Raspberry Pi

PR-URL: nodejs#1554
PORT-PR-URL: nodejs#1560
PORT-FROM: v2.x / f9b226c
Reviewed-By: Roman Reiss <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants