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

neil_a_wilson
14.54.2007 ab9d508c8cb85ace2639bc107cddb78a19f72033
Disable the ProtocolWindowTest.saturateQueueAndRestart test case because it is
failing pretty consistently, especially on Java 6.
1 files modified
12 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 12 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java
@@ -91,7 +91,7 @@
   *  - receive all messages from the ReplicationBroker, check that
   *    the client receives the correct number of operations.
   */
  @Test(enabled=true, groups="slow")
  @Test(enabled=false, groups="slow")
  public void saturateQueueAndRestart() throws Exception
  {
    logError(Message.raw(
@@ -350,8 +350,8 @@
    ProtocolVersion.setCurrentVersion((short)2);
    ReplicationBroker broker = new ReplicationBroker(
        new ServerState(),
        baseDn,
        new ServerState(),
        baseDn,
        (short) 13, 0, 0, 0, 0, 1000, 0,
        ReplicationTestCase.getGenerationId(baseDn),
        getReplSessionSecurity());
@@ -371,11 +371,11 @@
    // Check broker negociated version
    pversion = broker.getProtocolVersion();
    assertEquals(pversion, 0);
    broker.stop();
    logError(Message.raw(
        Category.SYNC, Severity.INFORMATION,
        "Ending Replication ProtocolWindowTest : protocolVersion"));
  }
  }
}