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

Re: make check SKIPs some tests. Safe to install?

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Wed, 11 Mar 2009 15:26:02 -0500

On Mar 11, 2009, at 3:11 PM, Dr. Abrantes Araújo Silva Filho wrote:

> Hello,
>
> I'm trying to install Subversion 1.5.6 in a SuSE Linux Enterprise
> Server
> 10 (SP 2). Everything was going right until the make check: some tests
> was skiped, but none have failed.
>
> My configure command:
> ./configure --with-apxs=/usr/sbin/apxs2 --with-apr=/usr/bin
> --with-apr-util=/usr/bin --with-serf=/usr/local/serf --with-sasl
> --with-ssl --with-zlib=/usr/lib --with-jdk=/opt/jdk1.6.0_11
> --with-berkeley-db
>
> make check results:
> Running all tests in client-test [1/61]...success
> Running all tests in compat-test [2/61]...success
> Running all tests in config-test [3/61]...success
> Running all tests in diff-diff3-test [4/61]...success
> Running all tests in error-test [5/61]...success
> Running all tests in fs-test [6/61]...success
> Running all tests in hashdump-test [7/61]...success
> Running all tests in locks-test [8/61]...success
> Running all tests in mergeinfo-test [9/61]...success
> Running all tests in opt-test [10/61]...success
> Running all tests in path-test [11/61]...success
> Running all tests in ra-local-test [12/61]...success
> Running all tests in random-test [13/61]...success
> Running all tests in repos-test [14/61]...success
> Running all tests in revision-test [15/61]...success
> Running all tests in stream-test [16/61]...success
> Running all tests in string-test [17/61]...success
> Running all tests in time-test [18/61]...success
> Running all tests in translate-test [19/61]...success
> Running all tests in utf-test [20/61]...success
> Running all tests in target-test.py [21/61]...success
> Running all tests in getopt_tests.py [22/61]...success
> Running all tests in basic_tests.py [23/61]...success
> Running all tests in checkout_tests.py [24/61]...success
> Running all tests in commit_tests.py [25/61]...success
> Running all tests in update_tests.py [26/61]...success
> Running all tests in switch_tests.py [27/61]...success
> Running all tests in prop_tests.py [28/61]...success
> Running all tests in schedule_tests.py [29/61]...success
> Running all tests in log_tests.py [30/61]...success
> Running all tests in copy_tests.py [31/61]...success
> Running all tests in diff_tests.py [32/61]...success
> Running all tests in export_tests.py [33/61]...success
> Running all tests in externals_tests.py [34/61]...success
> Running all tests in merge_tests.py [35/61]...success
> Running all tests in merge_authz_tests.py [36/61]...success
> Running all tests in revert_tests.py [37/61]...success
> Running all tests in mergeinfo_tests.py [38/61]...success
> Running all tests in stat_tests.py [39/61]...success
> Running all tests in trans_tests.py [40/61]...success
> Running all tests in autoprop_tests.py [41/61]...success
> Running all tests in blame_tests.py [42/61]...success
> Running all tests in special_tests.py [43/61]...success
> Running all tests in svnadmin_tests.py [44/61]...success
> Running all tests in svnlook_tests.py [45/61]...success
> Running all tests in svnversion_tests.py [46/61]...success
> Running all tests in utf8_tests.py [47/61]...success
> Running all tests in history_tests.py [48/61]...success
> Running all tests in lock_tests.py [49/61]...success
> Running all tests in cat_tests.py [50/61]...success
> Running all tests in import_tests.py [51/61]...success
> Running all tests in svnsync_tests.py [52/61]...success
> Running all tests in authz_tests.py [53/61]...success
> Running all tests in depth_tests.py [54/61]...success
> Running all tests in svndumpfilter_tests.py [55/61]...success
> Running all tests in changelist_tests.py [56/61]...success
> Running all tests in changes-test [57/61]...success
> Running all tests in fs-base-test [58/61]...success
> Running all tests in key-test [59/61]...success
> Running all tests in skel-test [60/61]...success
> Running all tests in strings-reps-test [61/61]...success
> At least one test was SKIPPED, checking
> /home/abrantesasf/subversion-1.5.6/tests.log
> SKIP: update_tests.py 32: update wc on the root of a Windows
> (virtual)
> drive
> SKIP: merge_tests.py 100: commits to subtrees added by merge wreak
> havoc
> SKIP: merge_authz_tests.py 1: skipped paths get overriding mergeinfo
> SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
> SKIP: svnsync_tests.py 14: verify that unreadable content is not
> synced
> SKIP: svnsync_tests.py 15: verify that copies from unreadable dirs
> work
> SKIP: svnsync_tests.py 16: verify copies with mods from unreadable
> dirs
> SKIP: svnsync_tests.py 17: verify copies with mods from unreadable
> dirs
> +copy
> SKIP: authz_tests.py 1: authz issue #2486 - open root
> SKIP: authz_tests.py 2: authz issue #2486 - open directory
> SKIP: authz_tests.py 3: broken authz files cause errors
> SKIP: authz_tests.py 4: test authz for read operations
> SKIP: authz_tests.py 5: test authz for write operations
> SKIP: authz_tests.py 6: test authz for checkout
> SKIP: authz_tests.py 7: test authz for log and tracing path changes
> SKIP: authz_tests.py 8: test authz for checkout and update
> SKIP: authz_tests.py 9: test authz for export with unreadable
> subfolder
> SKIP: authz_tests.py 10: test authz for aliases
> SKIP: authz_tests.py 11: test the authz validation rules
> SKIP: authz_tests.py 12: test authz for locking
> SKIP: authz_tests.py 13: authz issue #2712
> SKIP: authz_tests.py 14: switched to directory, no read access on
> parents
>
> Can I ignore this skipped tests and use Subversion safely or this
> skipped tests must be resolved before production use of this
> subversion
> server?

The skipped tests are ones which are not applicable to the testing
environment. For instance, they could test an aspect of http server
capabilities which are not exercised when the tests are run using the
file:// access method (the default test setup). Seeing no test
failures should mean you're safe to use Subversion!

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1309320

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-11 21:26:55 CET

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.