Hale Bales created GEODE-9920:
---------------------------------
Summary: CI Failure: StopLocatorCommandDUnitTest >
testWithInvalidMemberID
Key: GEODE-9920
URL: https://issues.apache.org/jira/browse/GEODE-9920
Project: Geode
Issue Type: Bug
Components: tests
Affects Versions: 1.15.0
Reporter: Hale Bales
StopLocatorCommandDUnitTest.testWithInvalidMemberID failured with AssertionError
{code:java}
org.apache.geode.management.internal.cli.commands.StopLocatorCommandDUnitTest >
testWithInvalidMemberID FAILED
java.lang.AssertionError:
Expecting:
<"Member Count : 1
Name | Id
--------- | --------------------------------------------------------------
locator-0 | 172.17.0.20(locator-0:108:locator)<ec><v0>:41000 [Coordinator]
">
to contain:
<"locatorToStop">
at
org.apache.geode.test.junit.assertions.CommandResultAssert.containsOutput(CommandResultAssert.java:87)
at
org.apache.geode.management.internal.cli.commands.StopLocatorCommandDUnitTest.testWithInvalidMemberID(StopLocatorCommandDUnitTest.java:240)
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)