浏览代码

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);