[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: RE: test failure on .36

From: Lee, Kevin <kdlee_at_qualcomm.com>
Date: 2004-01-27 20:09:00 CET

I finally figured out what my problem was. I had compiled subversion under my home directory which is a NFS mounted partition. When I ran the regression tests, the NFS caching would get screwed up and cause a test to randomly fail. I also saw some other weirdness with my server that leads me to believe that the NFS code in RH9 might have some issues if you hit it really hard.

Moving everything to a local disk solved all the problems.

Thanks! Kevin

-----Original Message-----
From: Lee, Kevin [mailto:kdlee@qualcomm.com]
Sent: Thursday, January 22, 2004 3:56 PM
To: Branko Cibej
Cc: dev@subversion.tigris.org; users@subversion.tigris.org
Subject: RE: test failure on .36

This is on redhat 9.

Since the problem was exhibited in both the file and http tests, I was assuming the problem was on the server side and not the client side.

Is that possible?

Kevin

-----Original Message-----
From: Branko Cibej [mailto:brane@xbc.nu]
Sent: Thursday, January 22, 2004 3:27 PM
To: Lee, Kevin
Cc: dev@subversion.tigris.org; users@subversion.tigris.org
Subject: Re: test failure on .36

Lee, Kevin wrote:

> This appears to be a problem due to running on a multiprocessor
> machine. The errors are intermittent due to task scheduling. SVN
> attempts to change a file to read-only, but the file does not exist
> yet because a different thread (or process?) has not completed
> creating the file yet.
>
I've been developing, running and testing SVN on a 2-cpu WinXP box for
quite a while now, and haven't seen anything similar. Besides, the
client and the tests run in a single thread; there can be no races there.

(Note that there can be a race between the client and the server, and
these show up on Windows in the test cleanup processing; we have code in
the test suite that "fixes" that.)

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 27 20:12:22 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.