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

Re: macke check hangs on "Running all tests in locks-test..."

From: Jan Baumgarten <JanBaumgarten_at_gmx.de>
Date: 2005-08-12 17:53:17 CEST

> It's likely that APR is using /dev/random when it's generating lock
> UUIDs, and it blocks on that due to lack of entropy.
It seems like exactly that happened.

> Did you compile APR from souce, too? If so, try adding the option
>
> --with-devrandom=/dev/urandom
I did it this time and now it passes the locks-test. Thak you :o)
But a bunch of other tests are failing:

[...]
Running all tests in locks-test...success
[...]
Running all tests in getopt_tests.py...FAILURE
Running all tests in basic_tests.py...FAILURE
Running all tests in commit_tests.py...FAILURE
Running all tests in update_tests.py...FAILURE
Running all tests in switch_tests.py...FAILURE
Running all tests in prop_tests.py...FAILURE
Running all tests in schedule_tests.py...FAILURE
Running all tests in log_tests.py...FAILURE
Running all tests in copy_tests.py...FAILURE
Running all tests in diff_tests.py...FAILURE
Running all tests in export_tests.py...FAILURE
Running all tests in externals_tests.py...FAILURE
Running all tests in merge_tests.py...FAILURE
Running all tests in revert_tests.py...FAILURE
Running all tests in stat_tests.py...FAILURE
Running all tests in trans_tests.py...FAILURE
Running all tests in autoprop_tests.py...FAILURE
Running all tests in blame_tests.py...FAILURE
Running all tests in special_tests.py...FAILURE
Running all tests in svnadmin_tests.py...FAILURE
Running all tests in svnlook_tests.py...FAILURE
Running all tests in svnversion_tests.py...FAILURE
Running all tests in utf8_tests.py...success
Running all tests in history_tests.py...FAILURE
Running all tests in lock_tests.py...FAILURE
Running all tests in cat_tests.py...FAILURE
Running all tests in import_tests.py...FAILURE
[...]
At least one test FAILED, checking /home/jan/subversion-1.2.1/tests.log
FAIL: getopt_tests.py 1: run svn with no arguments
FAIL: getopt_tests.py 2: run svn --version
FAIL: getopt_tests.py 6: run svn help --version
FAIL: getopt_tests.py 7: run svn help bogus-cmd
FAIL: getopt_tests.py 8: run svn help log switch
FAIL: basic_tests.py 1: basic checkout of a wc
FAIL: commit_tests.py 1: commit one file
FAIL: update_tests.py 1: update a locally-modified binary file
FAIL: switch_tests.py 1: test some basic switching operations
FAIL: prop_tests.py 1: write/read props in wc only (ps, pl, pdel)
FAIL: schedule_tests.py 1: schedule: add some files
FAIL: log_tests.py 1: 'svn log', no args, top of wc
FAIL: copy_tests.py 1: basic copy and move commands -- on files only
FAIL: diff_tests.py 1: update a file
FAIL: export_tests.py 1: export an empty directory
FAIL: externals_tests.py 1: test checkouts with externals
FAIL: merge_tests.py 1: performing a merge, with mixed results
FAIL: revert_tests.py 1: revert reexpands manually contracted keyword
FAIL: stat_tests.py 1: status on unversioned file in current directory
FAIL: trans_tests.py 1: commit new files with keywords active from birth
FAIL: autoprop_tests.py 1: add: config=no, commandline=none
FAIL: blame_tests.py 1: annotate a file whose name contains a space
FAIL: special_tests.py 1: general symlink handling
FAIL: svnadmin_tests.py 1: loading of dumpstream with extra headers
FAIL: svnadmin_tests.py 2: load success on oversized Content-length
FAIL: svnadmin_tests.py 4: 'svnadmin dump' on copied directory
FAIL: svnlook_tests.py 1: test miscellaneous svnlook features
FAIL: svnversion_tests.py 1: test 'svnversion' on wc and other dirs
FAIL: history_tests.py 1: verify that 'svn cat' traces renames
FAIL: lock_tests.py 1: lock a file and verify that it's locked
FAIL: cat_tests.py 1: cat a local directory
FAIL: import_tests.py 1: import of executable files
At least one test was SKIPPED, checking /home/jan/subversion-1.2.1/tests.log
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
make: *** [check] Fehler 1

Any help is apreciated :o)

Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 17:57:15 2005

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.