no message
This commit is contained in:
@@ -35,7 +35,7 @@ public class MachineProcess extends DBObject {
|
||||
userWorkspace = p.user_workspace;
|
||||
testingSystemRoot = CommonUtils.Home;
|
||||
serverName = Global.testingServer.name;
|
||||
id = Utils.getDateName(machineAddress + "_" + machinePort + "_" + userName);
|
||||
id = CommonUtils.getDateName(machineAddress + "_" + machinePort + "_" + userName);
|
||||
}
|
||||
@Override
|
||||
public Object getPK() {
|
||||
|
||||
@@ -127,7 +127,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
}
|
||||
public TestingServer() {
|
||||
super(TestsDatabase.class);
|
||||
name = Utils.getDateName("testingServer");
|
||||
name = CommonUtils.getDateName("testingServer");
|
||||
System.out.println("ServerName=" + CommonUtils.Brackets(name));
|
||||
}
|
||||
//основа
|
||||
@@ -147,7 +147,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
while (true) {
|
||||
dvmTestingChecker.Perform();
|
||||
sapforTestingPlanner.Perform();
|
||||
Utils.sleep(5000);
|
||||
CommonUtils.sleep(5000);
|
||||
}
|
||||
});
|
||||
//------>>>
|
||||
|
||||
Reference in New Issue
Block a user