[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 01:17:24 +1100

Hi again,

I have been palying around trying to decipher what is going on with the tests and why they don't work for me.
I have followed the steps in the tests and I can successfully create the repository but the import fails with a segmentation fault.

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

returns simply;
Segmentation fault

So my question therefore is - how do I go about getting more information about the Seg fault - so as to "hopefully" work out why it is misbehaving.

As always - thanks once again.

Gavin.

On 09/11/2009, at 14:18 , Gavin Baumanis wrote:

> Hi Everyone,
>
> I have finally managed to compile Subversion on my Mac - wahoo for me!
>
> It took 50 minutes to compile simply using ./configure;make;make
> install;
> Is this "about" normal? - not ever having compiled it before I have no
> point of reference for whether this is a long time or not.
>
> Also, I ran the tests for the sake of curiosity and noticed quite a
> few errors reported.
> I have included the results - below and I have the following few
> questions please;
>
> The summary says that only 5 tests failed, but there are most
> certainly more than 5 failures listed.
> So why is there is a discrepancy, and which of these two outputs
> should I believe?
>
> And while I do recall specific "test failures" mentioned at times
> within the dev mailing list;
> Is there a "protocol" to follow if you notice a test failure?
>
> I guess it is going to be an experience "thing" - but how do you know
> what test failures are important and which aren't?
> Or is it a case of they're all important?
>
> Anyhoo, thanks!
>
> Gavin.
>
> Running all tests in auth-test [1/77]...................success
> Running all tests in cache-test [2/77]..................success
> Running all tests in checksum-test [3/77]...............success
> Running all tests in client-test [4/77].................success
> Running all tests in compat-test [5/77].................success
> Running all tests in config-test [6/77].................success
> Running all tests in db-test [7/77].....................success
> Running all tests in diff-diff3-test [8/77].............FAILURE
> Running all tests in dirent_uri-test [9/77].............success
> Running all tests in eol-test [10/77]...................success
> Running all tests in error-test [11/77].................success
> Running all tests in fs-pack-test [12/77]...............FAILURE
> Running all tests in fs-test [13/77]....................FAILURE
> Running all tests in hashdump-test [14/77]..............success
> Running all tests in locks-test [15/77].................FAILURE
> Running all tests in mergeinfo-test [16/77].............success
> Running all tests in opt-test [17/77]...................success
> Running all tests in parse-diff-test [18/77]............success
> Running all tests in path-test [19/77]..................success
> Running all tests in ra-local-test [20/77]..............success
> Running all tests in random-test [21/77]................success
> Running all tests in repos-test [22/77].................FAILURE
> Running all tests in revision-test [23/77]..............success
> Running all tests in skel-test [24/77]..................success
> Running all tests in stream-test [25/77]................success
> Running all tests in string-test [26/77]................success
> Running all tests in target-test [27/77]................success
> Running all tests in time-test [28/77]..................success
> Running all tests in translate-test [29/77].............success
> Running all tests in tree-conflict-data-test [30/77]....success
> Running all tests in utf-test [31/77]...................success
> Running all tests in window-test [32/77]................success
> Running all tests in authz_tests.py [33/77].............FAILURE
> Running all tests in autoprop_tests.py [34/77]..........FAILURE
> Running all tests in basic_tests.py [35/77].............FAILURE
> Running all tests in blame_tests.py [36/77].............FAILURE
> Running all tests in cat_tests.py [37/77]...............FAILURE
> Running all tests in changelist_tests.py [38/77]........FAILURE
> Running all tests in checkout_tests.py [39/77]..........FAILURE
> Running all tests in commit_tests.py [40/77]............FAILURE
> Running all tests in copy_tests.py [41/77]..............FAILURE
> Running all tests in depth_tests.py [42/77].............FAILURE
> Running all tests in diff_tests.py [43/77]..............FAILURE
> Running all tests in entries_tests.py [44/77]...........FAILURE
> Running all tests in export_tests.py [45/77]............FAILURE
> Running all tests in externals_tests.py [46/77].........FAILURE
> Running all tests in getopt_tests.py [47/77]............FAILURE
> Running all tests in history_tests.py [48/77]...........FAILURE
> Running all tests in import_tests.py [49/77]............FAILURE
> Running all tests in info_tests.py [50/77]..............FAILURE
> Running all tests in lock_tests.py [51/77]..............FAILURE
> Running all tests in log_tests.py [52/77]...............FAILURE
> Running all tests in merge_authz_tests.py [53/77].......FAILURE
> Running all tests in merge_tests.py [54/77].............FAILURE
> Running all tests in mergeinfo_tests.py [55/77].........FAILURE
> Running all tests in patch_tests.py [56/77].............FAILURE
> Running all tests in prop_tests.py [57/77]..............FAILURE
> Running all tests in resolved_tests.py [58/77]..........FAILURE
> Running all tests in revert_tests.py [59/77]............FAILURE
> Running all tests in schedule_tests.py [60/77]..........FAILURE
> Running all tests in special_tests.py [61/77]...........FAILURE
> Running all tests in stat_tests.py [62/77]..............FAILURE
> Running all tests in svnadmin_tests.py [63/77]..........FAILURE
> Running all tests in svndumpfilter_tests.py [64/77].....FAILURE
> Running all tests in svnlook_tests.py [65/77]...........FAILURE
> Running all tests in svnsync_tests.py [66/77]...........FAILURE
> Running all tests in svnversion_tests.py [67/77]........FAILURE
> Running all tests in switch_tests.py [68/77]............FAILURE
> Running all tests in trans_tests.py [69/77].............FAILURE
> Running all tests in tree_conflict_tests.py [70/77].....FAILURE
> Running all tests in update_tests.py [71/77]............FAILURE
> Running all tests in upgrade_tests.py [72/77]...........FAILURE
> Running all tests in utf8_tests.py [73/77]..............FAILURE
> Running all tests in changes-test [74/77]...............success
> Running all tests in fs-base-test [75/77]...............success
> Running all tests in key-test [76/77]...................success
> Running all tests in strings-reps-test [77/77]..........success
> At least one test was SKIPPED, checking /Users/beau/SUBVERSION/svn-src/
> tests.log
> SKIP: cache-test 2: basic memcache svn_cache test
> SKIP: cache-test 3: memcache svn_cache with very long keys
> At least one test XFAILED, checking /Users/beau/SUBVERSION/svn-src/
> tests.log
> XFAIL: tree-conflict-data-test 3: detect broken tree conflict data
> At least one test FAILED, checking /Users/beau/SUBVERSION/svn-src/
> tests.log
> FAIL: diff-diff3-test: Unknown test failure; see tests.log.
> FAIL: fs-pack-test: Unknown test failure; see tests.log.
> FAIL: fs-test: Unknown test failure; see tests.log.
> FAIL: locks-test: Unknown test failure; see tests.log.
> FAIL: repos-test: Unknown test failure; see tests.log.
> Summary of test results:
> 233 tests PASSED
> 2 tests SKIPPED
> 1 test XFAILED
> 5 tests FAILED
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415659

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417056
Received on 2009-11-12 15:17:50 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.