Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-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 E37F211C6B for ; Tue, 26 Aug 2014 01:40:44 +0000 (UTC) Received: (qmail 10313 invoked by uid 500); 26 Aug 2014 01:40:44 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 10275 invoked by uid 500); 26 Aug 2014 01:40:44 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 10263 invoked by uid 99); 26 Aug 2014 01:40:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 01:40:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jun.aoki.dev@gmail.com designates 209.85.216.181 as permitted sender) Received: from [209.85.216.181] (HELO mail-qc0-f181.google.com) (209.85.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 01:40:18 +0000 Received: by mail-qc0-f181.google.com with SMTP id x13so14926155qcv.12 for ; Mon, 25 Aug 2014 18:40:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WRcZ08YphPfsfn3kEJAyuer3aEGfEaV46ICUDeOBgGg=; b=n+gH/gEWwJ0c88a9IuRb1E1fZIXEpN2/gYgNd1wuPLeMvd3lrPNWuNY1Uz6WGBS5mn PdacGhTUtHkcSPZKmWptsq1XfFcKpvp0Be68IZOjVqJ7HSeOSlgIK2kH6qeZB3CEk+9o FB+NMvZSj+WvdWnOBUsB+5ctkDUBeztjM6l/C9K22y8kOVCK5AmCJuz10CpfqzeaYUXP sg3M/dla5dS9N8m6Dxhx4W98+wn3UfxXMZ9m5G01vJ8KnXal8IrhM5kEJpXflqWAQQCJ KrkshYqsBDiex6VU4vf1p7mJFlQmhLuDTGaaD5tFOVpN1IWXgwr8L3EbgzEZGJ/hDnOh 2CsQ== MIME-Version: 1.0 X-Received: by 10.224.69.136 with SMTP id z8mr40818596qai.60.1409017217578; Mon, 25 Aug 2014 18:40:17 -0700 (PDT) Received: by 10.140.104.206 with HTTP; Mon, 25 Aug 2014 18:40:17 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Aug 2014 18:40:17 -0700 Message-ID: Subject: Re: Starting to build CI on builds.apache.org From: jun aoki To: dev@ambari.apache.org Cc: jaoki@pivotal.io, cgopal@pivotal.io Content-Type: multipart/alternative; boundary=001a11c28f22bc9a7505017e62e0 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c28f22bc9a7505017e62e0 Content-Type: text/plain; charset=UTF-8 Submitted as https://issues.apache.org/jira/browse/AMBARI-7011 My best guess is https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/java/org/apache/ambari/server/controller/nagios/NagiosPropertyProvider.java#L93 CLUSTER_ALERTS is defined as static and it could be cleared and put by multi-thread environment (yet I have no clue mvn test command runs in parallel thou) Anybody has any thoughts you can share? On Mon, Aug 25, 2014 at 6:34 PM, Roman Shaposhnik wrote: > Hi! > > just wanted to give everybody a heads up that Jun, Chandra > and myself have started to build our CI on builds.apache.org > as per: > https://issues.apache.org/jira/browse/AMBARI-6925 > > Jun and Chandra are the guys doing the real work, I am just > helping them along with managing the Jenkins jobs (they are > not committers yet and as such can't directly manage jobs > on ASF Jenkins). > > Here's what we've gotten so far: > > https://builds.apache.org/view/A-D/view/Ambari/job/Ambari-trunk-Commit/ > https://builds.apache.org/view/A-D/view/Ambari/ > > The job does the basics and already posts feedback > to JIRAs. We still need to figure out why the following > unit test fails consistently on Jenkins: > > https://builds.apache.org/view/A-D/view/Ambari/job/Ambari-trunk-Commit/lastCompletedBuild/testReport/org.apache.ambari.server.controller.nagios/NagiosPropertyProviderTest/testNagiosServiceAlerts/ > > And I believe Jun is about to file a JIRA for that. > > Anyway, just wanted to share this and ask everybody > to provide us with feedback on AMBARI-6925. > > Thanks, > Roman. > -- -jun --001a11c28f22bc9a7505017e62e0--