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

pgamba
22.41.2009 3ae204728e698c2211fc5a56200339e6b34ffe07
Try improve reliability of the results of this test
1 files modified
3 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java 3 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java
@@ -1056,6 +1056,7 @@
   */
  private void checkTopoView(int[] dsIdList, TopoView theoricalTopoView)
  {
   sleep(500);
   for(int currentDsId : dsIdList)
   {
     LDAPReplicationDomain rd = null;
@@ -1115,7 +1116,7 @@
      * Compare to what is the expected view
      */
     assertEquals(dsTopoView, theoricalTopoView);
     assertEquals(dsTopoView, theoricalTopoView, " in DSid=" + currentDsId);
   }
  }