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 48486200D35 for ; Tue, 24 Oct 2017 01:09:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46D37160BF0; Mon, 23 Oct 2017 23:09:23 +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 8B4D11609E0 for ; Tue, 24 Oct 2017 01:09:22 +0200 (CEST) Received: (qmail 86741 invoked by uid 500); 23 Oct 2017 23:09:21 -0000 Mailing-List: contact dev-help@atlas.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.apache.org Delivered-To: mailing list dev@atlas.apache.org Received: (qmail 86730 invoked by uid 99); 23 Oct 2017 23:09:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 23:09:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ABAF718011A; Mon, 23 Oct 2017 23:09:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3 X-Spam-Level: *** X-Spam-Status: No, score=3 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gI5flLuBKjik; Mon, 23 Oct 2017 23:09:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6D9455F239; Mon, 23 Oct 2017 23:09:19 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1A365E0A3A; Mon, 23 Oct 2017 23:09:19 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id 006F0C4156A; Mon, 23 Oct 2017 23:09:19 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6098493695969170067==" MIME-Version: 1.0 Subject: Re: Review Request 63136: ATLAS-2218: Separate UT and IT in webapp module From: Ashutosh Mestry To: Ashutosh Mestry , Madhan Neethiraj , Sarath Subramanian Cc: Apoorv Naik , atlas Date: Mon, 23 Oct 2017 23:09:18 -0000 Message-ID: <20171023230918.11167.36204@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Ashutosh Mestry X-ReviewGroup: atlas X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/63136/ X-Sender: Ashutosh Mestry References: <20171023230827.11167.76015@reviews-vm2.apache.org> In-Reply-To: <20171023230827.11167.76015@reviews-vm2.apache.org> Reply-To: Ashutosh Mestry X-ReviewRequest-Repository: atlas archived-at: Mon, 23 Oct 2017 23:09:23 -0000 --===============6098493695969170067== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Oct. 23, 2017, 11:08 p.m., Ashutosh Mestry wrote: > > I was able to execute ITs and UTs indepdenently. - Ashutosh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63136/#review189000 ----------------------------------------------------------- On Oct. 19, 2017, 4:59 a.m., Apoorv Naik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63136/ > ----------------------------------------------------------- > > (Updated Oct. 19, 2017, 4:59 a.m.) > > > Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath Subramanian. > > > Bugs: ATLAS-2218 > https://issues.apache.org/jira/browse/ATLAS-2218 > > > Repository: atlas > > > Description > ------- > > Currently UTs and ITs run under a single mvn goal "pre-integration-test", this change allows certain tests to run as unit-tests and the remainder run as integration-tests > > > Diffs > ----- > > webapp/pom.xml 7a868086 > > > Diff: https://reviews.apache.org/r/63136/diff/1/ > > > Testing > ------- > > mvn clean package run as expected > > mvn test -DskipITs don't run any Secure server tests or SSL tests (from webapp module) > mvn verify -pl webapp -DskipITs run all unit + pre-integration tests > > mvn test runs only UTs and no secure server, ssl or kerberos tests > mvn verify -pl webapp runs every single test under webapp > > > Thanks, > > Apoorv Naik > > --===============6098493695969170067==--