Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
1cf7c4d224
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);