From 63b923e33ba77ca36793c57f1718f587eed71f24 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 6 Feb 2025 14:07:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=BD=D0=B0=20=D1=81=D0=B1=D0=BE=D0=B9=20=D1=81=D0=B2?= =?UTF-8?q?=D1=8F=D0=B7=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TestingSystem/Common/TestingPlanner.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/_VisualDVM/TestingSystem/Common/TestingPlanner.java b/src/_VisualDVM/TestingSystem/Common/TestingPlanner.java index e58d4616..bbb1998a 100644 --- a/src/_VisualDVM/TestingSystem/Common/TestingPlanner.java +++ b/src/_VisualDVM/TestingSystem/Common/TestingPlanner.java @@ -144,11 +144,11 @@ public abstract class TestingPlanner

extends TestingCl //-- Print(testingPackage.id + ":" + testingPackage.state.getDescription()); //-- - if (testingPackage.connectionErrosCount >= 10) { - Print(testingPackage.id + " had 10 connection errors. stop"); - UpdatePackageState(TasksPackageState.ConnectionError); - MachineConnectionError(); - } else { + // if (testingPackage.connectionErrosCount >= 10) { + // Print(testingPackage.id + " had 10 connection errors. stop"); + // UpdatePackageState(TasksPackageState.ConnectionError); + // MachineConnectionError(); + // } else { //-- InitSessionCredentials(); if (testingPackage.state.equals(TasksPackageState.Analysis)) { @@ -197,13 +197,13 @@ public abstract class TestingPlanner

extends TestingCl ex.printStackTrace(); Print(ex.getMessage()); // - testingPackage.connectionErrosCount++; - UpdatePackage(); + // testingPackage.connectionErrosCount++; + // UpdatePackage(); } finally { Disconnect(); } } - } + // } //-- testingPackage.destructor(); testingPackage = null;