[Cdash] Scheduling builds

Tim Gallagher tim.gallagher at gatech.edu
Thu Oct 6 22:08:22 UTC 2011


I'll give that a shot. I tried 24, because I wanted it to repeat once a day... Definitely an odd choice.

Thanks, I'll let you know if it works. 

Tim

----- Original Message -----
From: "David Cole" <david.cole at kitware.com>
To: gtg085x at mail.gatech.edu
Cc: cdash at public.kitware.com
Sent: Thursday, October 6, 2011 5:45:18 PM
Subject: Re: [Cdash] Scheduling builds

What did you put in the "repeat every ___ hours" field?

It looks like that is declared as a "numeric(3,2)" field, which means
3 total numeric digits, with 2 after the decimal point. So if you put
in larger than 9.99 or more than 3 digits altogether, it will not
work.

Why we chose numeric(3,2) for that field is beyond me, but that's
what's in the database schema. (Seems rather limiting, doesn't it?)

Use something between 0 and 9.99 for that value, and it should work ok.


HTH,
David


On Thu, Oct 6, 2011 at 12:40 AM, Tim Gallagher <tim.gallagher at gatech.edu> wrote:
> Hi,
>
> I'm trying to schedule a build but it doesn't seem to work. I get:
>
> [2011-10-06T00:28:16][ERROR][pid=16249](ClientJobSchedule::Save): SQL error: ERROR:  numeric field overflow
> DETAIL:  The absolute value is greater than or equal to 10^1 for field with precision 3, scale 2.
> [2011-10-06T00:28:16][ERROR][pid=16249](ClientJobSchedule::RemoveDependencies): SQL error: ERROR:  numeric field overflow
> DETAIL:  The absolute value is greater than or equal to 10^1 for field with precision 3, scale 2.
> [2011-10-06T00:32:15][ERROR][pid=16251](ClientJobSchedule::Save): SQL error: ERROR:  numeric field overflow
> DETAIL:  The absolute value is greater than or equal to 10^1 for field with precision 3, scale 2.
> [2011-10-06T00:32:15][ERROR][pid=16251](ClientJobSchedule::RemoveDependencies): SQL error: ERROR:  numeric field overflow
> DETAIL:  The absolute value is greater than or equal to 10^1 for field with precision 3, scale 2.
>
> in the log file. This is with the postgresql database. Does anybody have any insights?
>
> Thanks!
>
> Tim
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>



More information about the CDash mailing list