You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2014/08/28 01:42:29 UTC

[14/14] couch-replicator commit: updated refs/heads/1963-eunit-bigcouch to 7e6e105

Disable problematic tests


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

Branch: refs/heads/1963-eunit-bigcouch
Commit: 7e6e105993aa3f24b4acc80a22d8821bcf2b1990
Parents: a2d1dcb
Author: Russell Branca <ch...@apache.org>
Authored: Wed Aug 27 16:42:09 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Wed Aug 27 16:42:09 2014 -0700

----------------------------------------------------------------------
 test/couch_replicator_compact_tests.erl       | 4 ++++
 test/couch_replicator_missing_stubs_tests.erl | 5 +++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/7e6e1059/test/couch_replicator_compact_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_compact_tests.erl b/test/couch_replicator_compact_tests.erl
index f9529d6..8378567 100644
--- a/test/couch_replicator_compact_tests.erl
+++ b/test/couch_replicator_compact_tests.erl
@@ -23,6 +23,8 @@
 -define(TIMEOUT_WRITER, 3000).
 -define(TIMEOUT_EUNIT, ?TIMEOUT div 1000 + 5).
 
+-ifdef(run_broken_tests).
+
 setup() ->
     DbName = ?tempdb(),
     {ok, Db} = couch_db:create(DbName, [?ADMIN_USER]),
@@ -435,3 +437,5 @@ maybe_pause(Parent, Counter) ->
     after 0 ->
         ok
     end.
+
+-endif.

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/7e6e1059/test/couch_replicator_missing_stubs_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_missing_stubs_tests.erl b/test/couch_replicator_missing_stubs_tests.erl
index db95451..0bf2f6a 100644
--- a/test/couch_replicator_missing_stubs_tests.erl
+++ b/test/couch_replicator_missing_stubs_tests.erl
@@ -20,6 +20,8 @@
 -define(TIMEOUT_EUNIT, 30).
 
 
+-ifdef(run_broken_tests).
+
 setup() ->
     DbName = ?tempdb(),
     {ok, Db} = couch_db:create(DbName, [?ADMIN_USER]),
@@ -247,3 +249,6 @@ replicate(Source, Target) ->
         {'DOWN', MonRef, process, Pid, _} ->
             ok
     end.
+
+-endif.
+