You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/06/13 19:37:54 UTC

[1/2] git commit: updated refs/heads/master to e6d95ae

Updated Branches:
  refs/heads/1.3.x 86d756a10 -> 36194432c
  refs/heads/master 785a34215 -> e6d95ae5d


[TESTS] Make tests run more reliably. Delete test-auth-dbs before tests.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e6d95ae5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e6d95ae5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e6d95ae5

Branch: refs/heads/master
Commit: e6d95ae5de7ba021c32021d955d718198e209da9
Parents: 785a342
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Jun 13 19:36:38 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Jun 13 19:37:34 2013 +0200

----------------------------------------------------------------------
 test/etap/075-auth-cache.t | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e6d95ae5/test/etap/075-auth-cache.t
----------------------------------------------------------------------
diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t
index 2bb17c8..7a8b824 100755
--- a/test/etap/075-auth-cache.t
+++ b/test/etap/075-auth-cache.t
@@ -72,6 +72,8 @@ test() ->
     couch_config:set(
         "couch_httpd_auth", "authentication_db",
         binary_to_list(auth_db_name()), false),
+    delete_db(auth_db_name()),
+    delete_db(auth_db_2_name()),
 
     test_auth_db_crash(),
 


[2/2] git commit: updated refs/heads/1.3.x to 3619443

Posted by ja...@apache.org.
[TESTS] Make tests run more reliably. Delete test-auth-dbs before tests.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/36194432
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/36194432
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/36194432

Branch: refs/heads/1.3.x
Commit: 36194432ca1fb19209b121f977c3b0915c55f1fd
Parents: 86d756a
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Jun 13 19:36:38 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Jun 13 19:37:44 2013 +0200

----------------------------------------------------------------------
 test/etap/075-auth-cache.t | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/36194432/test/etap/075-auth-cache.t
----------------------------------------------------------------------
diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t
index 2bb17c8..7a8b824 100755
--- a/test/etap/075-auth-cache.t
+++ b/test/etap/075-auth-cache.t
@@ -72,6 +72,8 @@ test() ->
     couch_config:set(
         "couch_httpd_auth", "authentication_db",
         binary_to_list(auth_db_name()), false),
+    delete_db(auth_db_name()),
+    delete_db(auth_db_2_name()),
 
     test_auth_db_crash(),