This is an automated email from the ASF dual-hosted git repository.
jan pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/2.1.x by this push:
new e07daff feat: COUCHDB-3344 disable flaky compaction daemon tests
e07daff is described below
commit e07daffc1f772eefcf08709890d77fa011fabd4e
Author: Jan Lehnardt <[email protected]>
AuthorDate: Sat May 13 17:49:30 2017 +0200
feat: COUCHDB-3344 disable flaky compaction daemon tests
---
src/couch/test/couchdb_compaction_daemon_tests.erl | 32 +++++++++++-----------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/couch/test/couchdb_compaction_daemon_tests.erl
b/src/couch/test/couchdb_compaction_daemon_tests.erl
index 25d9b13..af2d64a 100644
--- a/src/couch/test/couchdb_compaction_daemon_tests.erl
+++ b/src/couch/test/couchdb_compaction_daemon_tests.erl
@@ -52,22 +52,22 @@ teardown(DbName) ->
ok.
-compaction_daemon_test_() ->
- {
- "Compaction daemon tests",
- {
- setup,
- fun start/0, fun test_util:stop_couch/1,
- {
- foreach,
- fun setup/0, fun teardown/1,
- [
- fun should_compact_by_default_rule/1,
- fun should_compact_by_dbname_rule/1
- ]
- }
- }
- }.
+% compaction_daemon_test_() ->
+% {
+% "Compaction daemon tests",
+% {
+% setup,
+% fun start/0, fun test_util:stop_couch/1,
+% {
+% foreach,
+% fun setup/0, fun teardown/1,
+% [
+% fun should_compact_by_default_rule/1,
+% fun should_compact_by_dbname_rule/1
+% ]
+% }
+% }
+% }.
should_compact_by_default_rule(DbName) ->
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].