[
https://issues.apache.org/jira/browse/CB-11679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411519#comment-15411519
]
ASF GitHub Bot commented on CB-11679:
-------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-lib/pull/476
CB-11679 Speed up save/restore tests
JIRA issue [CB-11679](https://issues.apache.org/jira/browse/CB-11679)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vladimir-kotikov/cordova-lib CB-11679
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/476.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #476
----
commit f23b830193b29748a2c18cbd98b80744fd5f486c
Author: Vladimir Kotikov <[email protected]>
Date: 2016-04-19T13:27:32Z
CB-11679 Speed up save/restore tests
clone platform repos with --depth 1
----
> Cordova-lib tests for save/restore functionality are too slow
> -------------------------------------------------------------
>
> Key: CB-11679
> URL: https://issues.apache.org/jira/browse/CB-11679
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CordovaLib
> Affects Versions: 6.3.0
> Reporter: Vladimir Kotikov
> Assignee: Vladimir Kotikov
> Priority: Minor
> Fix For: 6.3.2
>
>
> One of the reasons why they are so slow is that we're doing full clone of
> cordova-android repo 3 times. To reduce clone time we can use git {{--depth}}
> option to perform shallow clone, which is fairly enough for our purposes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]