bug-cvs
[Top][All Lists]
Advanced

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

Re: CVS 1.11 builds under QNX Neutrino 6.20, but fails "binfiles-6" test


From: Larry Jones
Subject: Re: CVS 1.11 builds under QNX Neutrino 6.20, but fails "binfiles-6" test
Date: Tue, 17 Dec 2002 11:54:19 -0500 (EST)

John Nagle writes:
>
> MIME-version: 1.0
> Content-type: multipart/mixed; boundary="Boundary_(ID_+1awH8yRco8bOZakQMkU9A)"

Please do not send MIME and/or HTML encrypted messages to the list.
Plain text only, PLEASE!

> This test should produce no other output than this line, and a final "OK".
> FAIL: binfiles-6

You may want to read TESTS if you haven't already.

> PASS: binfiles-5.5b1
> ** expected: 
> Checking in binfile;
> /tmp/cvs-sanity/cvsroot/first-dir/binfile,v  <--  binfile
> new revision: 1\.2; previous revision: 1\.1
> done
> ** got: 
> FAIL: binfiles-6

Looking at the test, that implies that CVS didn't realize that the file
had changed and thus didn't do anything.  You'll need to figure out why
that is.  Does QNX's filesystem have a 1 second granularity on file
timestamps like Unix or a 2 second granularity like DOS?  If the latter,
then that is almost certainly the problem -- CVS assumes that a file
cannot change without it's timestamp changing and assumes a one second
delay is sufficient to ensure that.  To work around the problem, you can
add "sleep 1" commands to sanity.sh as required.

-Larry Jones

>From now on, I'm devoting myself to the cultivation of
interpersonal relationships. -- Calvin



reply via email to

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