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 528DB200D51 for ; Fri, 8 Dec 2017 04:09:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 50FAD160C25; Fri, 8 Dec 2017 03:09:01 +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 94FEE160C22 for ; Fri, 8 Dec 2017 04:09:00 +0100 (CET) Received: (qmail 17209 invoked by uid 500); 8 Dec 2017 03:07:17 -0000 Mailing-List: contact reviews-help@bahir.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@bahir.apache.org Delivered-To: mailing list reviews@bahir.apache.org Received: (qmail 17142 invoked by uid 99); 8 Dec 2017 03:07:15 -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; Fri, 08 Dec 2017 03:07:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7C545F5817; Fri, 8 Dec 2017 03:07:15 +0000 (UTC) From: emlaver To: reviews@bahir.apache.org Reply-To: reviews@bahir.apache.org Message-ID: Subject: [GitHub] bahir pull request #57: [BAHIR-128][WIP] fix failing sql-cloudant test Content-Type: text/plain Date: Fri, 8 Dec 2017 03:07:15 +0000 (UTC) archived-at: Fri, 08 Dec 2017 03:09:01 -0000 GitHub user emlaver opened a pull request: https://github.com/apache/bahir/pull/57 [BAHIR-128][WIP] fix failing sql-cloudant test _What_ Fix test that's failing sporadically in sql-cloudant's `CloudantChangesDFSuite`. _How_ - Call stop in receiver when _changes feed completes - Improve performance and decrease testing time by setting batch size to 8 seconds - Use getResource to load json files path See [BAHIR-128](https://issues.apache.org/jira/browse/BAHIR-128) You can merge this pull request into a Git repository by running: $ git pull https://github.com/emlaver/bahir 128-fix-failing-sql-cloudant-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bahir/pull/57.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #57 ---- commit cab516bbf42a5a40d7fa4f7d1813772ecd39105c Author: Esteban Laver Date: 2017-09-08T14:33:26Z - Call stop in receiver when _changes feed completes - Improved performance and decrease testing time by setting batch size to 8 seconds - Use getResource to load json files path ---- ---