bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs-1.11 make check fails


From: Larry Jones
Subject: Re: cvs-1.11 make check fails
Date: Thu, 18 Jan 2001 12:24:34 -0500 (EST)

Lars Hecking writes:
> 
>  make check fails if the first id command in $PATH is not GNU id
>  (or any id that understands -u).

I believe that's fixed in the current development version.

>  Also, how long is the test suite supposed to run? It's been sitting here
>  for about ten minutes, using almost no cpu, and creating gobs of temp
>  files in /tmp. That's on a 360MHz UtraSPARC cpu.

Quite a while.  Since CVS uses file timestamps which have a granularity
of one second, it frequently has to sleep for one second to ensure that
changes get noticed.  In fact, CPU speed has almost no effect on the
time the testsuite takes since it spends nearly all of its time sleeping
or doing I/O.  If you want to get a rough idea of where it is, you can
do a tail on src/check.log and look for "PASS:" lines -- most of them
will contain a test name which you can then compare against the big list
of test groups in src/sanity.sh (search for "Basic" to find it).

-Larry Jones

Oh, now YOU'RE going to start in on me TOO, huh? -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]