Преглед на файлове

Merge pull request #13501 from jakesmith/hpcc-23718-agent-apptype-fix

HPCC-23718 Fix wrong apptype in test

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman преди 5 години
родител
ревизия
1cf7c4d224
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ecl/agentexec/agentexec.cpp

+ 1 - 1
ecl/agentexec/agentexec.cpp

@@ -99,7 +99,7 @@ int CEclAgentExecutionServer::run()
         Owned<IGroup> serverGroup = createIGroup(daliServers, DALI_SERVER_PORT);
         initClientProcess(serverGroup, DCR_AgentExec);
 #ifdef _CONTAINERIZED
-        if (streq("agent", apptype))    
+        if (streq("hthor", apptype))
             getClusterEclAgentQueueName(queueNames, agentName);
         else if (streq("thor", apptype))
             getClusterThorQueueName(queueNames, agentName);