From 830aa1a948d5302c13e9c66244dd6c7857095b11 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Fri, 26 Apr 2024 17:57:58 +0300 Subject: [PATCH] no message --- .idea/workspace.xml | 11 +- src/Common/Global.java | 1 + src/Common/Utils/Utils.java | 6 - src/Repository/RepositoryClient.java | 75 +++++++++++++ src/Repository/Server/ServerCode.java | 3 +- src/TestingSystem/Common/TestingPlanner.java | 76 ++----------- src/TestingSystem/Common/TestingServer.java | 105 +++++++++--------- src/TestingSystem/DVM/DVMTestingChecker.java | 9 ++ .../DVM/LocalMachineQueueSupervisor.java | 41 +++++++ .../DVM/MachineQueueSupervisor.java | 42 +++---- .../SAPFOR/SapforTestingPlanner.java | 1 + 11 files changed, 209 insertions(+), 161 deletions(-) create mode 100644 src/Repository/RepositoryClient.java create mode 100644 src/TestingSystem/DVM/DVMTestingChecker.java create mode 100644 src/TestingSystem/DVM/LocalMachineQueueSupervisor.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e9529cb0..68994b5d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,17 +7,18 @@ + + + - + + - - + - -