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 82CB1200C23 for ; Wed, 22 Feb 2017 11:55:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7FE4B160B67; Wed, 22 Feb 2017 10:55:11 +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 EFDA9160B49 for ; Wed, 22 Feb 2017 11:55:10 +0100 (CET) Received: (qmail 41698 invoked by uid 500); 22 Feb 2017 10:55:10 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 41687 invoked by uid 99); 22 Feb 2017 10:55:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2017 10:55:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D0C19DFF0F; Wed, 22 Feb 2017 10:55:09 +0000 (UTC) From: drigodwin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #567: Add catalog "itemType" to the CatalogItemSummary... Content-Type: text/plain Message-Id: <20170222105509.D0C19DFF0F@git1-us-west.apache.org> Date: Wed, 22 Feb 2017 10:55:09 +0000 (UTC) archived-at: Wed, 22 Feb 2017 10:55:11 -0000 Github user drigodwin commented on the issue: https://github.com/apache/brooklyn-server/pull/567 This looks OK but the test failures look related: ``` org.apache.brooklyn.policy.loadbalancing.LoadBalancingPolicySoakTest.testLoadBalancingQuickTest java.lang.AssertionError: failed succeeds-eventually, 89 attempts, 40003ms elapsed: AssertionError: extras=[]; missing=[MockItem[item-4]]; duplicates=[]; actualSize=4; expectedSize=5; actual=[MockItem[item-3], MockItem[item-5], MockItem[item-2.1.1], MockItem[item-1]]; expected=[MockItem[item-1], MockItem[item-2.1.1], MockItem[item-3], MockItem[item-4], MockItem[item-5]]; containers=[MockContainer[container-1], MockContainer[container-2], MockContainer[container-3.1.1], MockContainer[container-4], MockContainer[container-5]]; ... ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---