| | |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test(groups = { "slow" }) |
| | | @Test |
| | | public void testWaitUntilIdleNoOpsInProgress() |
| | | throws Exception |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test(groups = { "slow" }, timeOut=10000) |
| | | @Test(timeOut=10000) |
| | | public void testWaitUntilIdleNoOpsInProgressNoTimeout() |
| | | throws Exception |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test(groups = { "slow" }) |
| | | @Test |
| | | public void testWaitUntilIdleSlowOpInProgress() |
| | | throws Exception |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test(groups = { "slow" }) |
| | | @Test |
| | | public void testWaitUntilTimeoutWithIdleSlowOpInProgress() |
| | | throws Exception |
| | | { |