add getTrackerServer

This commit is contained in:
chengdu
2019-07-14 20:30:10 +08:00
parent 9ee6e693fe
commit 086f4efc0f
3 changed files with 21 additions and 3 deletions

View File

@@ -39,9 +39,9 @@ public class FdfsTest {
@After
public void closeClient() {
LOGGER.info("close connection");
if(trackerServer != null){
if(storageClient != null){
try {
trackerServer.finalize();
storageClient.close();
}catch (Exception e){
e.printStackTrace();
}catch (Throwable e){