You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ju...@apache.org on 2020/06/27 20:05:06 UTC

[couchdb] branch 3.x updated (c33eae8 -> 739e6fb)

This is an automated email from the ASF dual-hosted git repository.

juanjo pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from c33eae8  Upgrade Credo to 1.4.0
     new 4ff8629  Tests already ported to elixir
     new 739e6fb  Skip tests as temporary views are not supported

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 test/javascript/tests/reduce_builtin.js    | 1 +
 test/javascript/tests/reduce_false.js      | 1 +
 test/javascript/tests/reduce_false_temp.js | 1 +
 3 files changed, 3 insertions(+)


[couchdb] 01/02: Tests already ported to elixir

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juanjo pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4ff8629b66a7285b2bb4c10322b113a2c286ec57
Author: Juanjo Rodriguez <ju...@apache.org>
AuthorDate: Fri Jun 26 17:29:45 2020 +0200

    Tests already ported to elixir
---
 test/javascript/tests/reduce_builtin.js | 1 +
 test/javascript/tests/reduce_false.js   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/javascript/tests/reduce_builtin.js b/test/javascript/tests/reduce_builtin.js
index 4686841..77d8d1b 100644
--- a/test/javascript/tests/reduce_builtin.js
+++ b/test/javascript/tests/reduce_builtin.js
@@ -10,6 +10,7 @@
 // License for the specific language governing permissions and limitations under
 // the License.
 
+couchTests.elixir = true;
 couchTests.reduce_builtin = function(debug) {
   var db_name = get_random_db_name();
   var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});
diff --git a/test/javascript/tests/reduce_false.js b/test/javascript/tests/reduce_false.js
index 81b4c8a..69d8b0c 100644
--- a/test/javascript/tests/reduce_false.js
+++ b/test/javascript/tests/reduce_false.js
@@ -10,6 +10,7 @@
 // License for the specific language governing permissions and limitations under
 // the License.
 
+couchTests.elixir = true;
 couchTests.reduce_false = function(debug) {
   var db_name = get_random_db_name();
   var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});


[couchdb] 02/02: Skip tests as temporary views are not supported

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juanjo pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 739e6fbd32c80d5246252597609d22d0daa9ef15
Author: Juanjo Rodriguez <ju...@apache.org>
AuthorDate: Fri Jun 26 17:34:00 2020 +0200

    Skip tests as temporary views are not supported
---
 test/javascript/tests/reduce_false_temp.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/javascript/tests/reduce_false_temp.js b/test/javascript/tests/reduce_false_temp.js
index 51b23bd..a13b4ab 100644
--- a/test/javascript/tests/reduce_false_temp.js
+++ b/test/javascript/tests/reduce_false_temp.js
@@ -10,6 +10,7 @@
 // License for the specific language governing permissions and limitations under
 // the License.
 
+couchTests.skip = true;
 couchTests.reduce_false_temp = function(debug) {
   var db_name = get_random_db_name();
   var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});