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

andrug
02.40.2008 045f60e2cca1d4cf8f4dc47dd4825112c8f7ecb3
add a warning when client has been killed (time exceeded)
1 files modified
10 ■■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml 10 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -400,7 +400,17 @@
      
      </timer>
      <if expr="timerKilled == TRUE">
        <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>