Przeglądaj źródła

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 lat temu
rodzic
commit
1cf7c4d224
1 zmienionych plików z 1 dodań i 1 usunięć
  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);