From 45900e1548fdf2cd81b31a6e328a0925e6f23c13 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Thu, 09 Jul 2026 09:26:38 +0000
Subject: [PATCH] [#695] Fix race in TraditionalWorkQueue.isIdle() (#688)

---
 opendj-server-legacy/src/test/java/org/opends/server/extensions/TraditionalWorkQueueTestCase.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/extensions/TraditionalWorkQueueTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/extensions/TraditionalWorkQueueTestCase.java
index 7b5ae31..2df3c4a 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/extensions/TraditionalWorkQueueTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/extensions/TraditionalWorkQueueTestCase.java
@@ -13,6 +13,7 @@
  *
  * Copyright 2006-2008 Sun Microsystems, Inc.
  * Portions Copyright 2013-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC
  */
 package org.opends.server.extensions;
 
@@ -125,7 +126,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test(groups = { "slow" })
+  @Test
   public void testWaitUntilIdleNoOpsInProgress()
          throws Exception
   {
@@ -145,7 +146,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test(groups = { "slow" }, timeOut=10000)
+  @Test(timeOut=10000)
   public void testWaitUntilIdleNoOpsInProgressNoTimeout()
          throws Exception
   {
@@ -165,7 +166,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test(groups = { "slow" })
+  @Test
   public void testWaitUntilIdleSlowOpInProgress()
          throws Exception
   {
@@ -189,7 +190,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test(groups = { "slow" })
+  @Test
   public void testWaitUntilTimeoutWithIdleSlowOpInProgress()
          throws Exception
   {

--
Gitblit v1.10.0