|
@@ -279,6 +279,14 @@ public class TestClientRedirect {
|
|
super(name);
|
|
super(name);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ protected void serviceStop() throws Exception {
|
|
|
|
+ if (server != null) {
|
|
|
|
+ server.stop();
|
|
|
|
+ }
|
|
|
|
+ super.serviceStop();
|
|
|
|
+ }
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
protected void serviceInit(Configuration conf) throws Exception {
|
|
protected void serviceInit(Configuration conf) throws Exception {
|
|
clientServiceBindAddress = RMADDRESS;
|
|
clientServiceBindAddress = RMADDRESS;
|