fix
This commit is contained in:
@@ -104,8 +104,8 @@ public abstract class TestingPlanner<P extends TestingPackage> {
|
||||
break;
|
||||
case PackageStart:
|
||||
PackageStart();
|
||||
UpdatePackageState(getStateAfterStart());
|
||||
EmailPackage();
|
||||
UpdatePackageState(getStateAfterStart());
|
||||
break;
|
||||
case CompilationWorkspacesCreation:
|
||||
case CompilationPreparation:
|
||||
|
||||
@@ -102,7 +102,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
//--->>
|
||||
@Override
|
||||
protected void startAdditionalThreads() {
|
||||
testingThread.start();
|
||||
// testingThread.start();
|
||||
testingThread_2023.start();
|
||||
}
|
||||
protected TestingPlanner_OLD testingPlannerOLD = new TestingPlanner_OLD();
|
||||
|
||||
Reference in New Issue
Block a user