[
https://issues.apache.org/jira/browse/CB-10433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15139866#comment-15139866
]
ASF GitHub Bot commented on CB-10433:
-------------------------------------
GitHub user riknoll opened a pull request:
https://github.com/apache/cordova-medic/pull/76
CB-10433: Removing the ETIMEDOUT errors in medic-run
Occasionally, requests to couchdb fail for mysterious reasons when
medic-run does its polling for mobilespec results. These were being reported a
lot as the cause of CI issues, but in fact they are not. Only a few requests
fail out of multiple poll attempts and sometimes these messages show up in
successful runs. This removes the annoying ETIMEDOUT messages and replaces them
with brief stats at the end of the polling.
@dblotsky @nikhilkh @rakatyal please review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-medic CB-10433
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-medic/pull/76.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 #76
----
----
> Timeout when tests don't run
> ----------------------------
>
> Key: CB-10433
> URL: https://issues.apache.org/jira/browse/CB-10433
> Project: Apache Cordova
> Issue Type: Test
> Components: mobile-spec
> Reporter: Sarangan Rajamanickam
> Assignee: Richard B Knoll
> Labels: found-by-ci, ios, triaged, windows-store-8.1, wp8.1
>
> During the Apache CI Build, there are several instances where mobilespec
> tests don't run for whatever reason and the logging message we see is
> misleading, we should fix it.
> Some of the links are:
> 1. https://ci.apache.org/builders/cordova-ios/builds/1534
> 2. https://ci.apache.org/builders/cordova-ios/builds/1543
> 3. https://ci.apache.org/builders/cordova-ios/builds/1553
> 4. https://ci.apache.org/builders/cordova-ios/builds/1570
> 5. https://ci.apache.org/builders/cordova-windows-phone8.1/builds/1402
> Noticed this error majority of the times in iOS. But, today (01/25) happened
> in WP8.1 also.
> ==
> Content for logs:
> .query failed for mobilespec_results { [Error: connect ETIMEDOUT] code:
> 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect' }
> .........query failed for mobilespec_results { [Error: connect ETIMEDOUT]
> code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect' }
> .................................................query failed for
> mobilespec_results { [Error: connect ETIMEDOUT] code: 'ETIMEDOUT', errno:
> 'ETIMEDOUT', syscall: 'connect' }
> .....................................query failed for mobilespec_results {
> [Error: connect ETIMEDOUT] code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall:
> 'connect' }
> ............................................................................query
> failed for mobilespec_results { [Error: connect ETIMEDOUT] code:
> 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect' }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]