Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA0E411FB5 for ; Wed, 17 Sep 2014 22:21:31 +0000 (UTC) Received: (qmail 9845 invoked by uid 500); 17 Sep 2014 22:21:31 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 9794 invoked by uid 500); 17 Sep 2014 22:21:31 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 9772 invoked by uid 99); 17 Sep 2014 22:21:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2014 22:21:30 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Edison.su@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2014 22:21:05 +0000 X-IronPort-AV: E=Sophos;i="5.04,542,1406592000"; d="scan'208";a="173508916" From: Edison Su To: 'sebgoa' , "dev@cloudstack.apache.org" , Min Chen Subject: RE: Travis failures Thread-Topic: Travis failures Thread-Index: AQHP0mtGQmkhLCOjW0mb0FRJkoVxB5wF5U8A Date: Wed, 17 Sep 2014 22:21:02 +0000 Message-ID: <77B337AF224FD84CBF8401947098DD873128652E@SJCPEX01CL02.citrite.net> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I only checked into my personal branch: pytest, which is converting nose to= pytest, so if you run nose against pytest test cases, definitely, it will = fail. I think it's ok to fail for travis on my pytest branch at this time, as I h= aven't start the discussion in the community about how to improve marvin ye= t. > -----Original Message----- > From: sebgoa [mailto:runseb@gmail.com] > Sent: Wednesday, September 17, 2014 4:34 AM > To: dev@cloudstack.apache.org; Edison Su; Min Chen > Subject: Travis failures >=20 > Hi folks, >=20 > With Travis tests now passing, it's a good time for everyone to get famil= iar > with it and understanding the tests that are being run (advanced zone, > simulator, smoke tests). >=20 > While most builds have been green since yesterday there was two commits > (from Edison and Min) that turned out red. >=20 > https://travis-ci.org/apache/cloudstack/builds >=20 > Ideally we should all get in the habit of committing on a separate branch= , let > the tests run and when they pass we can commit to master or the main > develop branch. >=20 > my 2cts >=20 > -Sebastien