mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
02.40.2008 39a6ccc7b7fcb7599a14f30409d22cb979300fa6
add a warning when client has been killed (time exceeded)
1 files modified
12 ■■■■■ changed files
opends/tests/system-tests/phases/scheduler/scheduler.xml 12 ●●●●● patch | view | raw | blame | history
opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -400,7 +400,17 @@
      
      </timer>
      <if expr="timerKilled == TRUE">
        <call function="'writeEndTagOperation'">{'fileFd'  : fileFd}</call>
        <sequence>
          <!-- TBD: The client has been killed, we have to make sure that
               xml result structure is coherent... -->
          <message>
            'WARNING: client %s has been killed, %s is probably over loaded'%\
            (client.getName(),client.getHost())
          </message>
          <!--
          <call function="'writeEndTagOperation'">{'fileFd'  : fileFd}</call>
          -->
        </sequence>
      </if>
      
      <script>