Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7BCA18C65 for ; Thu, 27 Aug 2015 07:27:56 +0000 (UTC) Received: (qmail 21020 invoked by uid 500); 27 Aug 2015 07:27:56 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 20992 invoked by uid 500); 27 Aug 2015 07:27:56 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 20983 invoked by uid 99); 27 Aug 2015 07:27:56 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 07:27:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1D2DE1AA9D2 for ; Thu, 27 Aug 2015 07:27:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.995 X-Spam-Level: X-Spam-Status: No, score=0.995 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id FzQguoZtAWEa for ; Thu, 27 Aug 2015 07:27:47 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id F307220D7B for ; Thu, 27 Aug 2015 07:27:46 +0000 (UTC) Received: (qmail 19707 invoked by uid 99); 27 Aug 2015 07:27:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 07:27:46 +0000 Date: Thu, 27 Aug 2015 07:27:45 +0000 (UTC) From: "Nitin Lamba (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-12) Merge Pulse Source Code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14716207#comment-14716207 ] Nitin Lamba commented on GEODE-12: ---------------------------------- [~mbretl] [~upthewaterspout] Still blocked on getting the tests green on Pulse. Following is what I've found so far: - Automated/ UI tests: Selenium tests are failing on my Mac (Yosemite 10.10.5; Firefox 40.0.2). From a few threads below, it seems that the library needs to be updated: https://code.google.com/p/selenium/issues/detail?id=7823 https://github.com/SeleniumHQ/selenium/issues/437 Just swapping with the new jar file doesn't work - tests need to be essentially re-implemented - junit tests inherited from BaseServiceTest also fail as they're not able to connect to host: https://github.com/apache/incubator-geode/blob/feature/GEODE-12/pulse/src/test/java/com/vmware/gemfire/tools/pulse/tests/junit/BaseServiceTest.java Also, lines 65-68 look suspiciously old code, probably not even testable! Just curious if Pivotal is actually running these tests during Gemfire releases. Anyway, I can check-in my gradle file on the branch later this week if it is useful. > Merge Pulse Source Code > ----------------------- > > Key: GEODE-12 > URL: https://issues.apache.org/jira/browse/GEODE-12 > Project: Geode > Issue Type: New Feature > Components: management & tools > Reporter: Dan Smith > Labels: starter > > Pulse is a web application for monitoring a Geode cluster. Pivotal would like to contribute pulse to the Geode project. -- This message was sent by Atlassian JIRA (v6.3.4#6332)