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

hang during tests?

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-03-30 09:32:39 CEST

Hi all,

Every so often the test suite hangs in random places when i run it.
It's not consistent; more than 50% of the time I can get through the
whole test suite without a hang.

i know i've seen this with 'make svncheck' and 'make davcheck';
not sure about local.

when it hangs, the last line of tests.log is always something like:

  PASS: basic_tests.py 11: basic delete command

(except it's a different test every time).

Pressing Ctrl-C results in the following trace (which appears to be the
same every time):

Traceback (most recent call last):
  File "./build/run_tests.py", line 189, in ?
    main()
  File "./build/run_tests.py", line 182, in main
    failed = th.run(args[4:])
  File "./build/run_tests.py", line 37, in run
    failed = self._run_test(prog) or failed
  File "./build/run_tests.py", line 108, in _run_test
    failed = self._run_prog(progname, cmdline)
  File "./build/run_tests.py", line 138, in _run_prog
    rv = os.spawnv(os.P_WAIT, progname, cmdline)
  File "/usr/lib/python2.2/os.py", line 477, in spawnv
    return _spawnvef(mode, file, args, None, execv)
  File "/usr/lib/python2.2/os.py", line 460, in _spawnvef
    wpid, sts = waitpid(pid, 0)
KeyboardInterrupt

Have others seen this?

? brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 30 09:39:45 2003

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.