From 2b95a6954d1a76fbdb4733283b86df30ce70d4d0 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 08 Jul 2026 17:13:43 +0000
Subject: [PATCH] Enable the remaining slow-group tests in the default build (#702)
---
opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
index d1a5c00..e2d0836 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
@@ -13,6 +13,7 @@
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC
*/
package org.opends.server.replication;
@@ -539,7 +540,7 @@
* and test that, on S1 side, the task ends with an error.
* State of the backend on S1 partially initialized: ?
*/
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeImport() throws Exception
{
String testCase = "initializeImport ";
@@ -590,7 +591,7 @@
* - test that S1 has successfully exported the entries (by receiving them
* on S2 side).
*/
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeExport() throws Exception
{
String testCase = "initializeExport";
@@ -632,7 +633,7 @@
* - wait task completed
* - test that S2 has successfully received the entries
*/
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeTargetExport() throws Exception
{
String testCase = "initializeTargetExport";
@@ -684,7 +685,7 @@
*
* TODO: Error case: make S2 crash in the middle of the import and test what??
*/
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeTargetExportAll() throws Exception
{
String testCase = "initializeTargetExportAll";
@@ -736,7 +737,7 @@
/**
* Tests the import side of the InitializeTarget task.
*/
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeTargetImport() throws Exception
{
String testCase = "initializeTargetImport";
@@ -919,7 +920,7 @@
* connected to each replication server of the topology, thanks to the
* ReplServerInfoMessage(s) exchanged by the replication servers.
*/
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void testReplServerInfos() throws Exception
{
String testCase = "testReplServerInfos";
@@ -976,7 +977,7 @@
return domain.getConnectedDSs().keySet();
}
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeTargetExportMultiSS() throws Exception
{
String testCase = "initializeTargetExportMultiSS";
@@ -1039,7 +1040,7 @@
Assertions.assertThat(msgrcv).isInstanceOf(InitializeTargetMsg.class);
}
- @Test(enabled=true, groups="slow")
+ @Test(enabled=true)
public void initializeExportMultiSS() throws Exception
{
String testCase = "initializeExportMultiSS";
--
Gitblit v1.10.0