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

1.1.4 Win32 test results

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2005-04-03 19:25:02 CEST

The following are my results building and testing the Subversion zip for
1.1.4 on Win32.

With BDB:

- utf8_tests.py FAILs
  This error is not new; it has been failing for a long time. It's
currently
  disabled (SKIP) on trunk/ .

With FSFS:

- same utf8_tests.py FAILure
- repos_tests.exe FAILs: it's not the tests themselves, but the cleanup
afterwards
  which removes the repository directories. Nearly the only thing which
happens in
  that cleanup is a call to svn_io_remove_dir(). So, I inserted a sleep()
call
  before that: Now the tests (and their cleanup) succeed.
  I just checked: 1.1.3 had the same failure.

This is not a problem of the tests themselves, I would like to know if we
should add a retry loop the same as with deleting files. That could affect
FSFS repositories on Windows a lot, since directories are used as
transactions...

So, opinions? Is this bad, or do we decide it's not a regression and
therefor not a 1.1.4 problem?

bye,

Erik.

-- 
Handyrechnung zu hoch? Tipp: SMS und MMS mit GMX
Seien Sie so frei: Alle Infos unter http://www.gmx.net/de/go/freesms
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 3 19:26:14 2005

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

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