import compbio.engine.cluster.drmaa.JobRunner;\r
import compbio.engine.cluster.drmaa.StatisticManager;\r
import compbio.engine.local.LocalRunner;\r
+import compbio.metadata.AllTestSuit;\r
import compbio.metadata.ChunkHolder;\r
import compbio.metadata.JobExecutionException;\r
import compbio.metadata.JobStatus;\r
aacon.setInput(test_alignment_input).setOutput(test_outfile);\r
}\r
\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void testRunOnCluster() {\r
assertFalse(SysPrefs.isWindows,\r
"Cluster execution can only be in unix environment");\r
* This tests fails from time to time depending on the cluster load or some\r
* other factors. Any client code has to adjust for this issue\r
*/\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner, AllTestSuit.test_group_cluster})\r
public void testRunOnClusterAsync() {\r
assertFalse(SysPrefs.isWindows,\r
"Cluster execution can only be in unix environment");\r
}\r
}\r
\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void testRunLocally() {\r
try {\r
ConfiguredExecutable<AACon> confAAcon = Configurator\r
}\r
}\r
\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void testRunLocallyWithPreset() {\r
try {\r
PresetManager<AACon> aaconPresets = Util.getPresets(AACon.class);\r
}\r
}\r
\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void testRunLocallyOnTwoCpu() {\r
try {\r
aacon = new AACon();\r
fail(e.getLocalizedMessage());\r
}\r
}\r
- @Test()\r
+ \r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void readStatistics() {\r
try {\r
ConfiguredExecutable<AACon> confAAcon = Configurator\r
}\r
}\r
\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void testPersistance() {\r
try {\r
AACon aacon = new AACon();\r
}\r
}\r
\r
- @Test()\r
+ @Test(groups = {AllTestSuit.test_group_runner})\r
public void testConfigurationLoading() {\r
try {\r
RunnerConfig<AACon> aaconConfig = ConfExecutable\r