From commits-return-30960-archive-asf-public=cust-asf.ponee.io@geode.apache.org Thu Feb 28 21:11:20 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 38AA2180657 for ; Thu, 28 Feb 2019 22:11:20 +0100 (CET) Received: (qmail 59562 invoked by uid 500); 28 Feb 2019 21:11:19 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 59553 invoked by uid 99); 28 Feb 2019 21:11:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2019 21:11:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 79F6D82E8A; Thu, 28 Feb 2019 21:11:18 +0000 (UTC) Date: Thu, 28 Feb 2019 21:11:14 +0000 To: "commits@geode.apache.org" Subject: [geode] branch feature/GEODE-6459 updated (27af405 -> f1b2f69) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155138827285.19367.7873175995803111002@gitbox.apache.org> From: jchen21@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/feature/GEODE-6459 X-Git-Reftype: branch X-Git-Oldrev: 27af4059c1b3c2fb76b6d73ce7ca073f2638394a X-Git-Newrev: f1b2f6938f522bce86a8890b60c8769f8266b0bb X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jchen21 pushed a change to branch feature/GEODE-6459 in repository https://gitbox.apache.org/repos/asf/geode.git. from 27af405 Fix CreateMappingPreConditionCheckFunctionTest add 2e76e02 Add DUnit test add f1b2f69 Add unit tests No new revisions were added by this update. Summary of changes: .../cli/CreateMappingCommandDUnitTest.java | 38 ++++++++ .../jdbc/internal/cli/CreateMappingCommand.java | 18 +++- .../cli/CreateMappingCommandInterceptorTest.java | 104 +++++++++++++++++++++ .../internal/cli/CreateMappingCommandTest.java | 70 ++++++++++++++ 4 files changed, 228 insertions(+), 2 deletions(-) create mode 100644 geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommandInterceptorTest.java