You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2020/04/02 09:02:04 UTC

[couchdb-fauxton] branch master updated (f64e88d -> f824ab2)

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

garren pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git.


    from f64e88d  Bump package.json version to 1.2.3 (#1249)
     new d3486f6  Test with couchdb 3.0 docker image instead of dev
     new f824ab2  Skip some tests due to changed functionality in CouchDB3

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:
 .travis.yml                                                 | 3 ++-
 app/addons/databases/tests/nightwatch/permissionsDbTable.js | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)


[couchdb-fauxton] 02/02: Skip some tests due to changed functionality in CouchDB3

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

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit f824ab2f29a3a8c180f143385d3556cb6673ebe4
Author: Antonio Maranhao <an...@gmail.com>
AuthorDate: Wed Apr 1 17:04:21 2020 -0400

    Skip some tests due to changed functionality in CouchDB3
---
 .travis.yml                                                 | 2 +-
 app/addons/databases/tests/nightwatch/permissionsDbTable.js | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f12e4cc..9354f57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ git:
   depth: 1
 env:
   - COUCHDB_IMAGE=apache/couchdb:2.3.1 NIGHTWATCH_SKIPTAGS="search,partitioned"
-  - COUCHDB_IMAGE=apache/couchdb:3 NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
+  - COUCHDB_IMAGE=apache/couchdb:3 NIGHTWATCH_SKIPTAGS="search,nonpartitioned,couchdb-v2-only"
   # - COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
 
 before_install:
diff --git a/app/addons/databases/tests/nightwatch/permissionsDbTable.js b/app/addons/databases/tests/nightwatch/permissionsDbTable.js
index 5ad73f5..1c3b8d7 100644
--- a/app/addons/databases/tests/nightwatch/permissionsDbTable.js
+++ b/app/addons/databases/tests/nightwatch/permissionsDbTable.js
@@ -12,6 +12,8 @@
 
 module.exports = {
 
+  '@tags': ['couchdb-v2-only'],
+
   'lists databases with a 401' : function (client) {
     const waitTime = client.globals.maxWaitTime;
 


[couchdb-fauxton] 01/02: Test with couchdb 3.0 docker image instead of dev

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

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit d3486f6eef6178f363a43d8b9eef9e24a82bc558
Author: Antonio Maranhao <an...@gmail.com>
AuthorDate: Wed Apr 1 12:15:17 2020 -0400

    Test with couchdb 3.0 docker image instead of dev
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 403be71..f12e4cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ git:
   depth: 1
 env:
   - COUCHDB_IMAGE=apache/couchdb:2.3.1 NIGHTWATCH_SKIPTAGS="search,partitioned"
-  - COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
+  - COUCHDB_IMAGE=apache/couchdb:3 NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
+  # - COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
 
 before_install:
   - npm install -g npm@latest