[Cdash] Lock timeouts after MySQL MyISAM -> InnoDB migration

Nils Gladitz nilsgladitz at gmail.com
Thu Jan 9 14:37:55 UTC 2014


On 01/09/2014 03:10 PM, David Cole wrote:
> Also, you can force processing of submissions manually by visiting the 
> processsubmissions.php page directly in your web browser. (Just as a 
> workaround until you figure our why it's not happening automatically.)
>
> D
>
With some help from Igor I locally patched do_submit.php to catch curl 
failures and emit them to the CDash error log:
     [2014-01-09T15:21:30][ERROR][pid=15339](3): Couldn't resolve host 
'localhostCDash'

Changing
     $CDASH_CURL_LOCALHOST_PREFIX='CDash';
to
     $CDASH_CURL_LOCALHOST_PREFIX='/CDash';
fixed that.

But now I get:
     [2014-01-09T15:26:00][ERROR][pid=17082](3): Operation timed out 
after 1000 milliseconds with 0 bytes received

Nils



More information about the CDash mailing list