HBASE-18560 Fixed master.assignment.TestAssignmentManager hangs on master and it shows up in flaky list

This commit is contained in:
Umesh Agashe 2017-08-10 14:39:23 -07:00 committed by Michael Stack
parent 8da096b231
commit ad266a4b66
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ public class MockNoopMasterServices implements MasterServices, Server {
@Override
public String getRegionServerVersion(ServerName sn) {
return null;
return "0.0.0";
}
@Override