[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-04-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228880#comment-15228880
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit c184b4e48ba3983ee4a2681cdf5fee471f076fa1 in cordova-plugin-contacts's 
branch refs/heads/master from [~omefire]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=c184b4e 
]

Revert "CB-10881 Add extra logging to gather more information about tests 
behavior"

This reverts commit 8a08f75cad9e6b127884e9e5e2fae3e44225c702.

 Conflicts:
tests/tests.js. This closes #117


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-04-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228690#comment-15228690
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit 0deaba0920e6daec67dac29b9cb953336edfe175 in cordova-android's branch 
refs/heads/master from [~omefire]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=0deaba0 ]

Revert "CB-10881: Logging to further investigations"

This reverts commit 1b43bc99a1c50e5ab30347ec9ca5af8cf22d3e85.


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-04-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228691#comment-15228691
 ] 

ASF GitHub Bot commented on CB-10881:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/287


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-04-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228688#comment-15228688
 ] 

ASF GitHub Bot commented on CB-10881:
-

GitHub user omefire opened a pull request:

https://github.com/apache/cordova-android/pull/287

Revert "CB-10881: Logging to further investigations"

This reverts commit 1b43bc99a1c50e5ab30347ec9ca5af8cf22d3e85.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/omefire/cordova-android CB-10881

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-android/pull/287.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 #287


commit 0deaba0920e6daec67dac29b9cb953336edfe175
Author: Omar Mefire 
Date:   2016-04-06T17:21:40Z

Revert "CB-10881: Logging to further investigations"

This reverts commit 1b43bc99a1c50e5ab30347ec9ca5af8cf22d3e85.




> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
>  

[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-04-03 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223625#comment-15223625
 ] 

Omar Mefire commented on CB-10881:
--

Another related commit: 
https://github.com/apache/cordova-plugin-contacts/commit/9ba66d83368758f0f002a5ecf176cc44f0ed982e

> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220721#comment-15220721
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit 4a4d2acd58d170b1d2c7952e56adb835115d03d8 in cordova-plugin-contacts's 
branch refs/heads/master from [~omefire]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=4a4d2ac 
]

CB-10881 Increase timeout for Spec22


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220723#comment-15220723
 ] 

ASF GitHub Bot commented on CB-10881:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/114


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220718#comment-15220718
 ] 

ASF GitHub Bot commented on CB-10881:
-

GitHub user omefire opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/114

CB-10881 Increase timeout for Spec22



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/omefire/cordova-plugin-contacts 
TimeOutIncrease

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/114.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 #114


commit 4a4d2acd58d170b1d2c7952e56adb835115d03d8
Author: Omar Mefire 
Date:   2016-03-31T18:44:50Z

CB-10881 Increase timeout for Spec22




> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message w

[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216903#comment-15216903
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit 8a08f75cad9e6b127884e9e5e2fae3e44225c702 in cordova-plugin-contacts's 
branch refs/heads/master from [~omefire]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=8a08f75 
]

CB-10881 Add extra logging to gather more information about tests behavior


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216904#comment-15216904
 ] 

ASF GitHub Bot commented on CB-10881:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/111


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216892#comment-15216892
 ] 

ASF GitHub Bot commented on CB-10881:
-

GitHub user omefire opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/111

CB-10881 Add extra logging to gather more information about tests behavior



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/omefire/cordova-plugin-contacts CB-10881

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/111.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 #111


commit 0d256c56cdafb788d82ecf645966f52f14b943c6
Author: Omar Mefire 
Date:   2016-03-29T19:51:46Z

CB-10881 Add extra logging to gather more information about tests behavior




> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugin

[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214750#comment-15214750
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit 1c6668ef1ec5e9a0c2394eb969a92a22c57bb48e in cordova-plugin-contacts's 
branch refs/heads/master from [~omefire]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=1c6668e 
]

CB-10881 Remove test dependency on global object
 Maybe this could fix CI issues on CB-10881


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214749#comment-15214749
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit 1c6668ef1ec5e9a0c2394eb969a92a22c57bb48e in cordova-plugin-contacts's 
branch refs/heads/master from [~omefire]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=1c6668e 
]

CB-10881 Remove test dependency on global object
 Maybe this could fix CI issues on CB-10881


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214751#comment-15214751
 ] 

ASF GitHub Bot commented on CB-10881:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/110


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214741#comment-15214741
 ] 

ASF GitHub Bot commented on CB-10881:
-

GitHub user omefire opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/110

CB-10881: Remove global state between tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/omefire/cordova-plugin-contacts CB-10881

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/110.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 #110


commit 5a4a4aa6fcad483eed479592230b6f382d22648d
Author: Omar Mefire 
Date:   2016-03-25T19:18:14Z

CB-10881 Remove test dependency on global object

commit ce450dab25edf9184afad98d1befcdb3c025a673
Author: Omar Mefire 
Date:   2016-03-28T19:32:11Z

CB-10881 Remove global state/dependencies among tests




> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-c

[jira] [Commented] (CB-10881) Contact tests fail with different behaviors on android-osx

2016-03-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211976#comment-15211976
 ] 

ASF subversion and git services commented on CB-10881:
--

Commit 1b43bc99a1c50e5ab30347ec9ca5af8cf22d3e85 in cordova-android's branch 
refs/heads/master from [~omefire]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=1b43bc9 ]

CB-10881: Logging to further investigations


> Contact tests fail with different behaviors on android-osx
> --
>
> Key: CB-10881
> URL: https://issues.apache.org/jira/browse/CB-10881
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Raghav Katyal
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> Plugin contact tests fail consistently with various reasons on android-osx. 
> Recent build links:
> https://ci.apache.org/builders/cordova-android-osx/builds/2076
> https://ci.apache.org/builders/cordova-android-osx/builds/2075
> Build log:
> Total failures: 3
> Failing tests:
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) save 
> method contacts.spec.22 update a contact
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Contact.remove method contacts.spec.23 calling remove on a contact that has 
> an id of null should return ContactError.UNKNOWN_ERROR
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> cordova-plugin-contacts-tests.tests >> Contacts (navigator.contacts) 
> Round trip Contact tests (creating + save + delete + find) contacts.spec.25 
> Creating, saving, finding a contact should work
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> at 
> file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
> Expected spy unknownErrorCallback not to have been called.
> Error: Expected spy unknownErrorCallback not to have been called.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toHaveBeenCalled 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at 
> file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:73:51
> at fail 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:111:9)
> at Contact.remove 
> (file:///android_asset/www/plugins/cordova-plugin-contacts/www/Contact.js:114:9)
> at removeContact 
> (file:///android_asset/www/plugins/cordova-plugin-contacts-tests/tests.js:60:21)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org