You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2015/05/06 16:22:52 UTC

svn commit: r1678004 [1/3] - in /subversion/trunk: build.conf subversion/tests/libsvn_fs/fs-sequential-test.c subversion/tests/libsvn_fs/fs-test.c

Author: philip
Date: Wed May  6 14:22:51 2015
New Revision: 1678004

URL: http://svn.apache.org/r1678004
Log:
Move the XFAIL reopen_modify test to a separate executable where it
can be run sequentially so that other tests do not affect its use of
the FSFS cache.

* build.conf
  (fs-test): Tweak description.
  (fs-sequential-test): New.
  (__ALL_TESTS__): Add fs-sequential-test.

* subversion/tests/libsvn_fs/fs-sequential-test.c: New.

* subversion/tests/libsvn_fs/fs-test.c
  (struct reopen_modify_baton_t,
   reopen_modify_child, reopen_modify): Remove.

Added:
    subversion/trunk/subversion/tests/libsvn_fs/fs-sequential-test.c
      - copied, changed from r1677901, subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
Modified:
    subversion/trunk/build.conf
    subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1678004&r1=1678003&r2=1678004&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Wed May  6 14:22:51 2015
@@ -867,7 +867,7 @@ libs = libsvn_test libsvn_fs libsvn_delt
 msvc-force-static = yes
 
 [fs-test]
-description = Test locks in libsvn_fs
+description = Tests in libsvn_fs
 type = exe
 path = subversion/tests/libsvn_fs
 sources = fs-test.c
@@ -875,6 +875,15 @@ install = test
 libs = libsvn_test libsvn_fs libsvn_delta
        libsvn_fs_util libsvn_subr aprutil apriconv apr
 
+[fs-sequential-test]
+description = Tests in libsvn_fs run sequentially
+type = exe
+path = subversion/tests/libsvn_fs
+sources = fs-sequential-test.c
+install = test
+libs = libsvn_test libsvn_fs libsvn_delta
+       libsvn_fs_util libsvn_subr aprutil apriconv apr
+
 # ----------------------------------------------------------------------------
 # Tests for libsvn_repos
 
@@ -1492,7 +1501,7 @@ type = project
 path = build/win32
 libs = __ALL__
        fs-test fs-base-test fs-fsfs-test fs-fs-pack-test fs-fs-fuzzy-test
-       fs-fs-private-test fs-x-pack-test string-table-test
+       fs-fs-private-test fs-x-pack-test string-table-test fs-sequential-test
        skel-test strings-reps-test changes-test locks-test
        repos-test dump-load-test
        checksum-test compat-test config-test hashdump-test mergeinfo-test