Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9278E18FA0 for ; Sun, 7 Feb 2016 22:07:34 +0000 (UTC) Received: (qmail 23529 invoked by uid 500); 7 Feb 2016 22:07:34 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 23468 invoked by uid 500); 7 Feb 2016 22:07:34 -0000 Mailing-List: contact reviews-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.apache.org Delivered-To: mailing list reviews@aurora.apache.org Received: (qmail 23444 invoked by uid 99); 7 Feb 2016 22:07:33 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Feb 2016 22:07:33 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id EDE411D9D00; Sun, 7 Feb 2016 22:07:32 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4162984063007997581==" MIME-Version: 1.0 Subject: Re: Review Request 43317: Run all python tests in a single chroot From: Aurora ReviewBot To: John Sirois Cc: Aurora , Stephan Erb , Aurora ReviewBot Date: Sun, 07 Feb 2016 22:07:32 -0000 Message-ID: <20160207220732.24150.37614@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Aurora ReviewBot X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/43317/ X-Sender: Aurora ReviewBot X-ReviewBoard-ShipIt: 1 References: <20160207214459.24150.25833@reviews.apache.org> In-Reply-To: <20160207214459.24150.25833@reviews.apache.org> X-ReviewBoard-Diff-For: src/test/python/apache/thermos/observer/test_observer_task_detector.py X-ReviewBoard-Diff-For: src/test/python/apache/thermos/observer/test_detector.py Reply-To: Aurora ReviewBot X-ReviewRequest-Repository: aurora --===============4162984063007997581== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43317/#review118195 ----------------------------------------------------------- Ship it! Master (2d59b69) is green with this patch. ./build-support/jenkins/build.sh I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On Feb. 7, 2016, 9:44 p.m., Stephan Erb wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43317/ > ----------------------------------------------------------- > > (Updated Feb. 7, 2016, 9:44 p.m.) > > > Review request for Aurora and John Sirois. > > > Repository: aurora > > > Description > ------- > > For whatever reason it is no longer necessary to run tests with `fast=False`. The rename is necessary to prevent indetical named test suites form clashing. > > > Diffs > ----- > > pants.ini 984ac1f85b0f434c23d870b9bf0c2778d1104b91 > src/test/python/apache/thermos/observer/test_detector.py > > Diff: https://reviews.apache.org/r/43317/diff/ > > > Testing > ------- > > ./pants test src/test/python:: > > ============== test session starts =============== > platform linux2 -- Python 2.7.11 -- py-1.4.31 -- pytest-2.6.4 > plugins: timeout, cov > collected 654 items > ... > 649 passed, 5 skipped, 1 warnings in 365.30 seconds > > > Thanks, > > Stephan Erb > > --===============4162984063007997581==--