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 87F7A200D11 for ; Mon, 18 Sep 2017 04:47:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8679A1609D9; Mon, 18 Sep 2017 02:47:35 +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 F32821609D8 for ; Mon, 18 Sep 2017 04:47:34 +0200 (CEST) Received: (qmail 93470 invoked by uid 500); 18 Sep 2017 02:47:34 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Delivered-To: moderator for dev@gearpump.incubator.apache.org Received: (qmail 79511 invoked by uid 99); 18 Sep 2017 02:27:24 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled From: buddhiayesha2015 To: dev@gearpump.incubator.apache.org Reply-To: dev@gearpump.incubator.apache.org Message-ID: Subject: [GitHub] incubator-gearpump pull request #225: [GEARPUMP-217] Convert into unit tests Content-Type: text/plain Date: Mon, 18 Sep 2017 02:27:20 +0000 (UTC) archived-at: Mon, 18 Sep 2017 02:47:35 -0000 GitHub user buddhiayesha2015 opened a pull request: https://github.com/apache/incubator-gearpump/pull/225 [GEARPUMP-217] Convert into unit tests Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the commit message is formatted like: `[GEARPUMP-] Meaningful description of pull request` - [ ] Make sure tests pass via `sbt clean test`. - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/BuddhiAR/incubator-gearpump master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/225.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 #225 ---- commit d83d3556206b7e1fcf2a799af492e89d6a69f779 Author: Buddhi Ayesha Date: 2017-09-17T19:41:49Z [GEARPUMP-217] Convert into unit tests ---- ---