Description
TestEndPoint#testCheckVersionResponse is failing with the below error
[ERROR] testCheckVersionResponse(org.apache.hadoop.ozone.container.common.TestEndPoint) Time elapsed: 0.142 s <<< FAILURE! java.lang.AssertionError: expected:<SHUTDOWN> but was:<REGISTER>
Once we are in REGISTER state we don't allow getVersion call anymore. This is causing the test case to fail.