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

andrug
22.27.2008 7d135372efce4bf36d49b6739b8a3d7b1e25c053
run checkOpendsReplication if more than one instance in the topology
1 files modified
24 ■■■■■ changed files
opends/tests/system-tests/phases/shared/functions/opendstools.xml 24 ●●●●● patch | view | raw | blame | history
opends/tests/system-tests/phases/shared/functions/opendstools.xml
@@ -34,7 +34,7 @@
      </function-arg-def>
      <function-arg-def name="instances" type="required">
        <function-arg-description>
          instances list
          opends instances objects list
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="suffix" type="required">
@@ -74,15 +74,19 @@
      
      
      <!--==== Check replication synchronization =========-->
      <call function="'checkOpendsReplication'">
          {
            'instance'  : instance,
            'instances' : instances,
            'suffix'    : suffix,
            'fileFd'    : fileFd
          }
      </call>
      <script> _errNum += STAXResult </script>
      <if expr="len(instances) > 1">
        <sequence>
          <call function="'checkOpendsReplication'">
              {
                'instance'  : instance,
                'instances' : instances,
                'suffix'    : suffix,
                'fileFd'    : fileFd
              }
          </call>
          <script> _errNum += STAXResult </script>
        </sequence>
      </if>
      
      
      <!--==== Compare entries =========-->