Skip to content
Snippets Groups Projects
Commit 9127e7d6 authored by tpylak's avatar tpylak
Browse files

mark slow DSS tests

SVN: 22511
parent 54b3b878
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.SessionContextDTO; ...@@ -79,6 +79,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.SessionContextDTO;
* *
* @author Chandrasekhar Ramakrishnan * @author Chandrasekhar Ramakrishnan
*/ */
@Test(groups = "slow")
public class DssComponentTest extends AbstractFileSystemTestCase public class DssComponentTest extends AbstractFileSystemTestCase
{ {
private static final String DUMMY_DATA_SET_CODE = "DummyDataSetCode"; private static final String DUMMY_DATA_SET_CODE = "DummyDataSetCode";
......
...@@ -140,7 +140,7 @@ public class ShareIdManagerTest extends AssertJUnit ...@@ -140,7 +140,7 @@ public class ShareIdManagerTest extends AssertJUnit
assertEquals("42", manager.getShareId("new data set")); assertEquals("42", manager.getShareId("new data set"));
} }
@Test @Test(groups = "slow")
public void testLockingTimeOut() public void testLockingTimeOut()
{ {
final MessageChannel ch = new MessageChannel(2000); final MessageChannel ch = new MessageChannel(2000);
...@@ -205,7 +205,7 @@ public class ShareIdManagerTest extends AssertJUnit ...@@ -205,7 +205,7 @@ public class ShareIdManagerTest extends AssertJUnit
logRecorder.getLogContent()); logRecorder.getLogContent());
} }
@Test @Test(groups = "slow")
public void testMultipleLocking() public void testMultipleLocking()
{ {
final MessageChannel ch1 = new MessageChannel(); final MessageChannel ch1 = new MessageChannel();
......
...@@ -25,6 +25,7 @@ import org.testng.annotations.Test; ...@@ -25,6 +25,7 @@ import org.testng.annotations.Test;
/** /**
* @author Chandrasekhar Ramakrishnan * @author Chandrasekhar Ramakrishnan
*/ */
@Test(groups = "slow")
public class ValidationScriptRunnerTest extends AssertJUnit public class ValidationScriptRunnerTest extends AssertJUnit
{ {
......
...@@ -175,7 +175,7 @@ public class SegmentedStoreUtilsTest extends AbstractFileSystemTestCase ...@@ -175,7 +175,7 @@ public class SegmentedStoreUtilsTest extends AbstractFileSystemTestCase
assertEquals(2, shares.size()); assertEquals(2, shares.size());
} }
@Test @Test(groups = "slow")
public void testMoveDataSetToAnotherShare() public void testMoveDataSetToAnotherShare()
{ {
File share1 = new File(workingDirectory, "store/1"); File share1 = new File(workingDirectory, "store/1");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment