[jira] [Commented] (GEODE-5388) Add a gradle task to run a test N times in parallel

2018-07-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/GEODE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553581#comment-16553581
 ] 

ASF subversion and git services commented on GEODE-5388:


Commit 648f8f1786d519bee349513ba9d6d0f8593be481 in geode's branch 
refs/heads/feature/GEODE-5212-export-logs from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=648f8f1 ]

GEODE-5388: Fixing repeatTest task after splitting test source sets

This task was broken after we split the test source into multiple source
sets


> Add a gradle task to run a test N times in parallel
> ---
>
> Key: GEODE-5388
> URL: https://issues.apache.org/jira/browse/GEODE-5388
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a gradle task that can run a given test method N number of times, ideally 
> in parallel using our docker parallel test execution.
> This will be useful for reproducing a bug, and potentially for GEODE-5387 as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5388) Add a gradle task to run a test N times in parallel

2018-07-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/GEODE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553214#comment-16553214
 ] 

ASF subversion and git services commented on GEODE-5388:


Commit 648f8f1786d519bee349513ba9d6d0f8593be481 in geode's branch 
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=648f8f1 ]

GEODE-5388: Fixing repeatTest task after splitting test source sets

This task was broken after we split the test source into multiple source
sets


> Add a gradle task to run a test N times in parallel
> ---
>
> Key: GEODE-5388
> URL: https://issues.apache.org/jira/browse/GEODE-5388
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a gradle task that can run a given test method N number of times, ideally 
> in parallel using our docker parallel test execution.
> This will be useful for reproducing a bug, and potentially for GEODE-5387 as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5388) Add a gradle task to run a test N times in parallel

2018-07-12 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/GEODE-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542322#comment-16542322
 ] 

ASF subversion and git services commented on GEODE-5388:


Commit 082f1d5619acf5fab93017cc200d58162c7c3021 in geode's branch 
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=082f1d5 ]

GEODE-5388: Adding a gradle task to repeat a test

Example
./gradlew repeatTest --tests
PartitionedRegionHADUnitTest.testBucketFailOverDuringCacheClose
-Prepeat=100


> Add a gradle task to run a test N times in parallel
> ---
>
> Key: GEODE-5388
> URL: https://issues.apache.org/jira/browse/GEODE-5388
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Add a gradle task that can run a given test method N number of times, ideally 
> in parallel using our docker parallel test execution.
> This will be useful for reproducing a bug, and potentially for GEODE-5387 as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)