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

Re: Subversion test results.

From: Gavin Baumanis <gavinb_at_thespidernet.com>
Date: Fri, 13 Nov 2009 00:40:06 +1100

Hi again,

On 09/11/2009, at 23:22 , Julian Foad wrote:

>
> So you need to look for the cause of your failures. Start with either
> the first C test that fails or the first Python test that fails,
> depending on which you are more comfortable with debugging. For the
> Python tests, look in "tests.log" which was created by running the test
> suite, or run an individual test in "verbose" mode:
>
> cd subversion/tests/cmdline
> ./authz_tests.py 1 --verbose
>
> First, you should probably look through the output of "./configure" and
> see if there were any failures or warnings there, because maybe part of
> your build failed.
>
> - Julian

Ok, here is the result of the first test that fails - using "./diff_tests.py --verbose"

CMD: svnadmin create svn-test-work/local_tmp/repos --bdb-txn-nosync
<TIME = 0.067775>
CMD: svn import -m "Log message for revision 1." svn-test-work/local_tmp/greekfiles file:///Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom
CMD: /Users/beau/SUBVERSION/svn-src/subversion/svn/svn import -m Log message for revision 1. svn-test-work/local_tmp/greekfiles file:///Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom terminated by signal 11
Traceback (most recent call last):
  File "./diff_tests.py", line 3150, in <module>
    svntest.main.run_tests(test_list)
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/main.py", line 1566, in run_tests
    svntest.actions.setup_pristine_repository()
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/actions.py", line 69, in setup_pristine_repository
    main.pristine_url)
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/main.py", line 599, in run_svn
    *(_with_auth(_with_config_dir(varargs))))
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/main.py", line 367, in run_command
    None, *varargs)
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/main.py", line 518, in run_command_stdin
    *varargs)
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/main.py", line 494, in spawn_process
    stdout_lines, stderr_lines, exit_code = wait_on_pipe(kid, binary_mode)
  File "/Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svntest/main.py", line 470, in wait_on_pipe
    raise SVNProcessTerminatedBySignal
svntest.main.SVNProcessTerminatedBySignal

I'm more than happy to go through code and try and nut it out...
But could do with a little help to start things off.

If I can find someone obliging enough - to walk me through the first error and where to look etc then I can follow "that" process for the other tests that fail.
I'm assuming my first port of call is the last line, where there error occurred and that the lines prior to it in the output are for the purposes of showing what transpired prior to the fault?

Gavin.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417034
Received on 2009-11-12 14:40:43 CET

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.