Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8676D200B96 for ; Wed, 21 Sep 2016 17:18:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 838BE160ABC; Wed, 21 Sep 2016 15:18:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A815A160ADB for ; Wed, 21 Sep 2016 17:18:54 +0200 (CEST) Received: (qmail 85766 invoked by uid 500); 21 Sep 2016 15:18:53 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 85164 invoked by uid 99); 21 Sep 2016 15:18:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2016 15:18:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CB17FE69B1; Wed, 21 Sep 2016 15:18:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Wed, 21 Sep 2016 15:19:00 -0000 Message-Id: <02568b6948ed4421b01aa2e01a8f456b@git.apache.org> In-Reply-To: <110d4ab9069244b3896f97c915df459f@git.apache.org> References: <110d4ab9069244b3896f97c915df459f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/29] fauxton commit: updated refs/heads/new-replication to b0541e1 archived-at: Wed, 21 Sep 2016 15:18:55 -0000 k Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/5ce467b2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/5ce467b2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/5ce467b2 Branch: refs/heads/new-replication Commit: 5ce467b25c23dc67d195fdfb1219d0e35793874b Parents: 898fec8 Author: Ben Keen Authored: Sun Aug 14 14:46:57 2016 -0700 Committer: Garren Smith Committed: Wed Sep 14 17:22:30 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- test/nightwatch_tests/custom-commands/checkForDocumentCreated.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/5ce467b2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3b98a45..e9677d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - DIST=./dist/debug ./bin/fauxton & - sleep 30 script: - - ./node_modules/grunt-cli/bin/grunt nightwatch --file=replication + - ./node_modules/grunt-cli/bin/grunt nightwatch after_script: - npm run docker:down http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/5ce467b2/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js ---------------------------------------------------------------------- diff --git a/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js b/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js index 2fbc495..87d6b4e 100644 --- a/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js +++ b/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js @@ -39,7 +39,6 @@ CheckForDocumentCreated.prototype.command = function (doc, timeout, db) { const url = [couchUrl, db, doc].join('/'); console.log('checking this doc exists: ', url); - checkForDocumentCreated(url, timeout, () => { this.emit('complete'); });