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 2017/02/20 06:59:01 UTC

[1/2] fauxton commit: updated refs/heads/master to a1d95cc

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 61c268132 -> a1d95cc64


Remove flaky test

This test is really flaky and causing some issues with other PR's. I
would rather remove it since I don't think its that useful anyway.


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

Branch: refs/heads/master
Commit: 27251ddcd2461f58de1900483476cf23c7c7c352
Parents: 61c2681
Author: Garren Smith <ga...@gmail.com>
Authored: Sun Feb 19 21:00:30 2017 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Sun Feb 19 21:00:30 2017 +0200

----------------------------------------------------------------------
 .../tests/nightwatch/encodingSupport.js         | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/27251ddc/app/addons/documents/tests/nightwatch/encodingSupport.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/encodingSupport.js b/app/addons/documents/tests/nightwatch/encodingSupport.js
index 5c00cfb..41af968 100644
--- a/app/addons/documents/tests/nightwatch/encodingSupport.js
+++ b/app/addons/documents/tests/nightwatch/encodingSupport.js
@@ -60,29 +60,5 @@ module.exports = {
       .clickWhenVisible('#changes', waitTime, true)
       .waitForElementPresent('.changes-header', waitTime, true)
     .end();
-  },
-  'views support encoding': function (client) {
-    var waitTime = client.globals.maxWaitTime,
-        newDatabaseName = 'encoded/db-' + client.globals.testDatabaseName,
-        baseUrl = client.globals.test_settings.launch_url;
-
-    client
-      .deleteDatabase(newDatabaseName)
-      .createDatabase(newDatabaseName)
-      .populateDatabase(newDatabaseName)
-      .loginToGUI()
-      .url(baseUrl + '/#/database/' + encodeURIComponent(newDatabaseName) + '/_all_docs')
-      .waitForElementPresent('.bulk-action-component-panel', waitTime, true)
-      .clickWhenVisible('#nav-header-testdesigndoc', waitTime, true)
-      .clickWhenVisible('a[href="#/database/' + encodeURIComponent(newDatabaseName) + '/_design/testdesigndoc/_info"]', waitTime, true)
-      .waitForElementPresent('.metadata-page', waitTime, true)
-      .clickWhenVisible('#nav-design-function-testdesigndocviews', waitTime, true)
-      .clickWhenVisible('#testdesigndoc_stubview', waitTime, true)
-      .waitForElementNotPresent('.loading-lines', waitTime, true)
-      .waitForElementPresent('#doc-list', waitTime, true)
-      .clickWhenVisible('.active .index-menu-toggle', waitTime, true)
-      .clickWhenVisible('.fonticon-file-code-o')
-      .waitForElementPresent('.view-query-save', waitTime, true)
-    .end();
   }
 };


[2/2] fauxton commit: updated refs/heads/master to a1d95cc

Posted by ga...@apache.org.
use specific docker sha


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

Branch: refs/heads/master
Commit: a1d95cc64bf7525a5554b1809edd33b271c736c6
Parents: 27251dd
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Feb 20 08:29:26 2017 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Feb 20 08:29:26 2017 +0200

----------------------------------------------------------------------
 docker/dc.selenium.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a1d95cc6/docker/dc.selenium.yml
----------------------------------------------------------------------
diff --git a/docker/dc.selenium.yml b/docker/dc.selenium.yml
index 6fe625c..41ddd2b 100644
--- a/docker/dc.selenium.yml
+++ b/docker/dc.selenium.yml
@@ -8,7 +8,7 @@ services:
 
   couchdb:
     container_name: couchdb
-    image: klaemo/couchdb:2.0-dev
+    image: klaemo/couchdb:2.0-dev@sha256:e9b71abaff6aeaa34ee28604c3aeb78f3a7c789ad74a7b88148e2ef78f1e3b21
     command: '--with-haproxy -a tester:testerpass'
     ports:
       - "5984:5984"