Aaron Lindsey created GEODE-7044:
------------------------------------

             Summary: RebalanceIntegrationTest failures
                 Key: GEODE-7044
                 URL: https://issues.apache.org/jira/browse/GEODE-7044
             Project: Geode
          Issue Type: Bug
          Components: management
            Reporter: Aaron Lindsey


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)

Reply via email to