From issues-return-52088-archive-asf-public=cust-asf.ponee.io@geode.apache.org Fri Aug 2 21:14:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D286F180654 for ; Fri, 2 Aug 2019 23:14:01 +0200 (CEST) Received: (qmail 83037 invoked by uid 500); 2 Aug 2019 21:14:01 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 82997 invoked by uid 99); 2 Aug 2019 21:14:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2019 21:14:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 58944E08CE for ; Fri, 2 Aug 2019 21:14:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 169722419D for ; Fri, 2 Aug 2019 21:14:00 +0000 (UTC) Date: Fri, 2 Aug 2019 21:14:00 +0000 (UTC) From: "Aaron Lindsey (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (GEODE-7044) RebalanceIntegrationTest failures 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-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Lindsey closed GEODE-7044. -------------------------------- > RebalanceIntegrationTest failures > --------------------------------- > > Key: GEODE-7044 > URL: https://issues.apache.org/jira/browse/GEODE-7044 > Project: Geode > Issue Type: Bug > Components: management > Reporter: Aaron Lindsey > Assignee: Aaron Lindsey > Priority: Major > > The following 2 tests fail in our PR check and also when I run the integration tests on the develop branch. > org.apache.geode.management.internal.rest.RebalanceIntegrationTest > list FAILED > java.lang.AssertionError: JSON path "$.result[0].uri" > Expected: a string containing "rebalance/" > but: was "/management/experimental/operations/rebalances/52cd4c7a-4c3e-4fcb-a482-b0123744280e" > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.springframework.test.util.JsonPathExpectationsHelper.assertValue(JsonPathExpectationsHelper.java:74) > at org.springframework.test.web.servlet.result.JsonPathResultMatchers$1.match(JsonPathResultMatchers.java:89) > at org.springframework.test.web.servlet.MockMvc$1.andExpect(MockMvc.java:164) > at org.apache.geode.management.internal.rest.RebalanceIntegrationTest.list(RebalanceIntegrationTest.java:91) > org.apache.geode.management.internal.rest.RebalanceIntegrationTest > doListOperations FAILED > java.lang.AssertionError: > Expecting: > <"/management/experimental/operations/rebalances/2836b5aa-2866-4fd5-92ef-9152fa2087bf"> > to contain: > <"rebalance/"> > at org.apache.geode.management.internal.rest.RebalanceIntegrationTest.doListOperations(RebalanceIntegrationTest.java:115) -- This message was sent by Atlassian JIRA (v7.6.14#76016)