Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
be0ef827
Commit
be0ef827
authored
Feb 26, 2015
by
Peter van 't Hof
Browse files
Disable parallel tests
parent
42472f08
Changes
4
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/core/config/ConfigTest.scala
View file @
be0ef827
...
...
@@ -48,7 +48,7 @@ class ConfigTest extends TestNGSuite with Matchers with ConfigUtils.ImplicitConv
Config
.
getValueFromMap
(
map
,
new
ConfigValueIndex
(
"5"
,
List
(
"1"
,
"2"
,
"3"
,
"dummy"
,
"dummy"
,
"4"
,
"5"
),
"k1"
)).
get
.
asString
shouldBe
"v1"
}
@DataProvider
(
name
=
"testGetValueFromMapProvider"
,
parallel
=
true
)
@DataProvider
(
name
=
"testGetValueFromMapProvider"
)
def
testGetValueFromMapProvider
()
=
{
Array
(
Array
(
"m1"
,
Nil
,
"k1"
,
true
,
"v2"
),
...
...
public/carp/src/test/scala/nl/lumc/sasc/biopet/pipelines/carp/CarpTest.scala
View file @
be0ef827
...
...
@@ -28,7 +28,7 @@ class CarpTest extends TestNGSuite with Matchers {
}
}
@DataProvider
(
name
=
"carpOptions"
,
parallel
=
true
)
@DataProvider
(
name
=
"carpOptions"
)
def
carpOptions
=
{
val
bool
=
Array
(
true
,
false
)
...
...
public/flexiprep/src/test/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/FlexiprepTest.scala
View file @
be0ef827
...
...
@@ -29,7 +29,7 @@ class FlexiprepTest extends TestNGSuite with Matchers {
}
}
@DataProvider
(
name
=
"flexiprepOptions"
,
parallel
=
true
)
@DataProvider
(
name
=
"flexiprepOptions"
)
def
flexiprepOptions
=
{
val
paired
=
Array
(
true
,
false
)
val
skipTrims
=
Array
(
true
,
false
)
...
...
public/mapping/src/test/scala/nl/lumc/sasc/biopet/pipelines/mapping/MappingTest.scala
View file @
be0ef827
...
...
@@ -30,7 +30,7 @@ class MappingTest extends TestNGSuite with Matchers {
}
}
@DataProvider
(
name
=
"mappingOptions"
,
parallel
=
true
)
@DataProvider
(
name
=
"mappingOptions"
)
def
mappingOptions
=
{
val
aligners
=
Array
(
"bwa"
,
"bwa-aln"
,
"star"
,
"star-2pass"
,
"bowtie"
,
"stampy"
)
val
paired
=
Array
(
true
,
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment