Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5725318D2D for ; Sat, 12 Dec 2015 10:56:23 +0000 (UTC) Received: (qmail 91765 invoked by uid 500); 12 Dec 2015 10:56:23 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 91725 invoked by uid 500); 12 Dec 2015 10:56:23 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 91715 invoked by uid 99); 12 Dec 2015 10:56:23 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Dec 2015 10:56:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BA261C0052 for ; Sat, 12 Dec 2015 10:56:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id kEJ6CqcMgCEj for ; Sat, 12 Dec 2015 10:56:16 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 7110120C70 for ; Sat, 12 Dec 2015 10:56:15 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 75CAEE0177 for ; Sat, 12 Dec 2015 10:56:14 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 368B93A0176 for ; Sat, 12 Dec 2015 10:56:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1719649 - in /subversion/trunk: Makefile.in subversion/tests/libsvn_fs/fs-test.c Date: Sat, 12 Dec 2015 10:56:14 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151212105614.368B93A0176@svn01-us-west.apache.org> Author: stefan2 Date: Sat Dec 12 10:56:13 2015 New Revision: 1719649 URL: http://svn.apache.org/viewvc?rev=1719649&view=rev Log: Have 'make clean' cover more of the temporary test data. * Makefile.in (check-clean): Clean up repos in the fsx tests folder as well. * subversion/tests/libsvn_fs/fs-test.c (test_fs_info_format, commit_timestamp, dir_prop_merge, upgrade_while_committing, test_paths_changed, test_delete_replaced_paths_changed, test_fsfs_config_opts, test_modify_txn_being_written, freeze_and_commit): Make sure all test repo names are prefixed by "test-repo-". Modified: subversion/trunk/Makefile.in subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Modified: subversion/trunk/Makefile.in URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1719649&r1=1719648&r2=1719649&view=diff ============================================================================== --- subversion/trunk/Makefile.in (original) +++ subversion/trunk/Makefile.in Sat Dec 12 10:56:13 2015 @@ -659,6 +659,7 @@ check-clean: gcov-clean rm -rf subversion/tests/libsvn_fs/test-repo-* \ subversion/tests/libsvn_fs_base/test-repo-* \ subversion/tests/libsvn_fs_fs/test-repo-* \ + subversion/tests/libsvn_fs_x/test-repo-* \ subversion/tests/libsvn_ra_local/test-repo-* \ subversion/tests/libsvn_repos/test-repo-* \ subversion/tests/libsvn_subr/z \ Modified: subversion/trunk/subversion/tests/libsvn_fs/fs-test.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs/fs-test.c?rev=1719649&r1=1719648&r2=1719649&view=diff ============================================================================== --- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original) +++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Sat Dec 12 10:56:13 2015 @@ -5400,7 +5400,7 @@ test_fs_info_format(const svn_test_opts_ opts2 = *opts; opts2.server_minor_version = is_fsx ? 10 : 5; - SVN_ERR(svn_test__create_fs(&fs, "test-fs-format-info", &opts2, pool)); + SVN_ERR(svn_test__create_fs(&fs, "test-repo-fs-format-info", &opts2, pool)); SVN_ERR(svn_fs_info_format(&fs_format, &supports_version, fs, pool, pool)); if (is_fsx) @@ -5442,7 +5442,7 @@ commit_timestamp(const svn_test_opts_t * svn_string_t *svn_date; svn_string_t *txn_svn_date; - SVN_ERR(svn_test__create_fs(&fs, "test-fs-commit-timestamp", + SVN_ERR(svn_test__create_fs(&fs, "test-repo-fs-commit-timestamp", opts, pool)); /* Commit with a specified svn:date. */ @@ -5595,7 +5595,8 @@ dir_prop_merge(const svn_test_opts_t *op svn_boolean_t is_bdb = strcmp(opts->fs_type, SVN_FS_TYPE_BDB) == 0; /* Create test repository. */ - SVN_ERR(svn_test__create_fs(&fs, "test-fs-dir_prop-merge", opts, pool)); + SVN_ERR(svn_test__create_fs(&fs, "test-repo-fs-dir_prop-merge", opts, + pool)); SVN_ERR(svn_fs_begin_txn(&txn, fs, 0, pool)); SVN_ERR(svn_fs_txn_root(&root, txn, pool)); @@ -5679,7 +5680,7 @@ upgrade_while_committing(const svn_test_ "pre-1.6 SVN doesn't support FSFS packing"); /* Create test repository with greek tree. */ - fs_path = "test-upgrade-while-committing"; + fs_path = "test-repo-upgrade-while-committing"; svn_hash_sets(fs_config, SVN_FS_CONFIG_COMPATIBLE_VERSION, "1.7"); svn_hash_sets(fs_config, SVN_FS_CONFIG_FSFS_SHARD_SIZE, "2"); @@ -5768,7 +5769,7 @@ test_paths_changed(const svn_test_opts_t has_mergeinfo_mod = TRUE; /* Create test repository with greek tree. */ - fs_path = "test-paths-changed"; + fs_path = "test-repo-paths-changed"; SVN_ERR(svn_test__create_fs2(&fs, fs_path, opts, NULL, pool)); @@ -5865,7 +5866,7 @@ test_delete_replaced_paths_changed(const const svn_fs_id_t *file_id; /* Create test repository with greek tree. */ - fs_path = "test-delete-replace-paths-changed"; + fs_path = "test-repo-delete-replace-paths-changed"; SVN_ERR(svn_test__create_fs2(&fs, fs_path, opts, NULL, pool)); @@ -6707,7 +6708,8 @@ test_fsfs_config_opts(const svn_test_opt "this will test FSFS repositories only"); /* Remove the test directory from previous runs. */ - SVN_ERR(svn_io_remove_dir2("test-fsfs-config-opts", TRUE, NULL, NULL, pool)); + SVN_ERR(svn_io_remove_dir2("test-repo-fsfs-config-opts", TRUE, NULL, NULL, + pool)); /* Create the test directory and add it to the test cleanup list. */ SVN_ERR(svn_io_dir_make("test-fsfs-config-opts", APR_OS_DEFAULT, pool)); @@ -6813,7 +6815,7 @@ test_modify_txn_being_written(const svn_ "this will not test BDB repositories"); /* Create a new repo. */ - SVN_ERR(svn_test__create_fs(&fs, "test-modify-txn-being-written", + SVN_ERR(svn_test__create_fs(&fs, "test-repo-modify-txn-being-written", opts, pool)); /* Create a TXN_ROOT referencing FS. */ @@ -6861,7 +6863,7 @@ test_prop_and_text_rep_sharing_collision svn_fs_root_t *rev_root; svn_revnum_t new_rev; svn_filesize_t length; - const char *testdir = "test-prop-and-text-rep-sharing-collision"; + const char *testdir = "test-repo-prop-and-text-rep-sharing-collision"; /* Create a new repo. */ SVN_ERR(svn_test__create_fs(&fs, testdir, opts, pool)); @@ -6985,7 +6987,8 @@ freeze_and_commit(const svn_test_opts_t return svn_error_create(SVN_ERR_TEST_SKIPPED, NULL, "this will not test BDB repositories"); - SVN_ERR(svn_test__create_fs(&fs, "test-freeze-and-commit", opts, subpool)); + SVN_ERR(svn_test__create_fs(&fs, "test-repo-freeze-and-commit", opts, + subpool)); /* This test used to FAIL with an SQLite error since svn_fs_freeze() * wouldn't unlock rep-cache.db. Therefore, part of the role of creating