[
https://issues.apache.org/jira/browse/SOLR-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077207#comment-14077207
]
Steve Rowe commented on SOLR-5776:
----------------------------------
I logged into ASF FreeBSD Jenkins's lucene.zones.apache.org and ran {{sudo su -
hudson}} and {{crontab -e}} to put in place a cron job to run every minute.
Here's the result (from user hudson's {{crontab -l}}):
{noformat}
# Stolen from /etc/rc.d/initrandom to unblock /dev/random
* * * * * ( ps -fauxww; sysctl -a; date; df -ib; dmesg; ps -fauxww ; cat
/bin/ls ) | dd of=/dev/random bs=8k 2>/dev/null
{noformat}
When I time the above command, it takes about 0.2 seconds to run, so running
this every minute shouldn't overwhelm the system. Maybe it doesn't need to run
every minute, I don't know, we can try dialling it back if this works.
I'll re-enable SSL for a couple tests on trunk that previously failed regularly
on ASF FreeBSD Jenkins, to see if this change allows those to pass.
> Look at speeding up using SSL with tests.
> -----------------------------------------
>
> Key: SOLR-5776
> URL: https://issues.apache.org/jira/browse/SOLR-5776
> Project: Solr
> Issue Type: Test
> Reporter: Mark Miller
> Assignee: Mark Miller
> Fix For: 4.9, 5.0
>
> Attachments: SOLR-5776.patch, SOLR-5776.patch
>
>
> We have to disable SSL on a bunch of tests now because it appears to sometime
> be ridiculously slow - especially in slow envs (I never see timeouts on my
> machine).
> I was talking to Robert about this, and he mentioned that there might be some
> settings we could change to speed it up.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]