HDDS-812. TestEndPoint#testCheckVersionResponse is failing. Contributed by Hanisha Koneru.
(cherry picked from commit 66bf62404a
)
This commit is contained in:
parent
788cf061cd
commit
6bb401616c
|
@ -195,6 +195,7 @@ public class TestEndPoint {
|
|||
// different from SCM server response scmId
|
||||
String newScmId = UUID.randomUUID().toString();
|
||||
scmServerImpl.setScmId(newScmId);
|
||||
rpcEndPoint.setState(EndpointStateMachine.EndPointStates.GETVERSION);
|
||||
newState = versionTask.call();
|
||||
Assert.assertEquals(EndpointStateMachine.EndPointStates.SHUTDOWN,
|
||||
newState);
|
||||
|
|
Loading…
Reference in New Issue