You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2014/06/25 16:01:51 UTC

[jira] [Updated] (CB-7026) Deploy step for windows8 and wp8 fails with `timed out` message

     [ https://issues.apache.org/jira/browse/CB-7026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov updated CB-7026:
---------------------------------

    Description: 
Build for both Windows8 and wp8 fails on last step 'Deploy...' with following output:
{noformat}
[WP8] Modifying Cordova wp8 application. (sha: WP8__master__1403692700)
[WP8] Write medic.json to autotest folder (sha: WP8__master__1403692700)
[WP8] [DEPLOY] starting deploy via command: cd d:\medic\slave\WP8_Master\build\mobilespec\platforms\wp8\..\..\ && node ..\cordova-cli\bin\cordova run --emulator wp8 (WP8__master__1403692700)
query failed for mobilespec_results true
...
query failed for mobilespec_results true
[WP8 ERROR]: (sha: WP8__ma)
WP8 tests execution failed.
timed out
{noformat}

Mobilespec tests are passing and test info is being written to couchDB but build script can't retrieve this results. This is because corresponding design document in {{mobilespec_results}} is missing.
Here is request URL: {{http://o146:5984/mobilespec_results/_design/results/_view/sha?key="WP8__master__1403700905}}
Problem is that {{_design/results/_view/sha}} design document is missing from {{mobilespec_results}} table. It isn't crated automatically and needs to be crated manually, but this is not described in README.md for cordova-medic.

It is necessary to add info about creating corresponding design document  to {{mobilespec_results}} table to README.md

  was:
Build for both Windows8 and wp8 fails on last step 'Deploy...' with following output:
{noformat}
[WP8] Modifying Cordova wp8 application. (sha: WP8__master__1403692700)
[WP8] Write medic.json to autotest folder (sha: WP8__master__1403692700)
[WP8] [DEPLOY] starting deploy via command: cd d:\medic\slave\WP8_Master\build\mobilespec\platforms\wp8\..\..\ && node ..\cordova-cli\bin\cordova run --emulator wp8 (WP8__master__1403692700)
query failed for mobilespec_results true
...
query failed for mobilespec_results true
[WP8 ERROR]: (sha: WP8__ma)
WP8 tests execution failed.
timed out
{noformat}

Seems that mobilespec tests are passing and test info is being written to couchDB but build script can't retrieve this results. This is because corresponding design document in {{mobilespec_results}} is missing 

Here is request URL: {{http://o146:5984/mobilespec_results/_design/results/_view/sha?key="WP8__master__1403700905}}

it is necessary to add info about creating corresponding design document  to {{mobilespec_results}} table to README.md


> Deploy step for windows8 and wp8 fails with `timed out` message
> ---------------------------------------------------------------
>
>                 Key: CB-7026
>                 URL: https://issues.apache.org/jira/browse/CB-7026
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Medic, Windows 8, WP8
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>
> Build for both Windows8 and wp8 fails on last step 'Deploy...' with following output:
> {noformat}
> [WP8] Modifying Cordova wp8 application. (sha: WP8__master__1403692700)
> [WP8] Write medic.json to autotest folder (sha: WP8__master__1403692700)
> [WP8] [DEPLOY] starting deploy via command: cd d:\medic\slave\WP8_Master\build\mobilespec\platforms\wp8\..\..\ && node ..\cordova-cli\bin\cordova run --emulator wp8 (WP8__master__1403692700)
> query failed for mobilespec_results true
> ...
> query failed for mobilespec_results true
> [WP8 ERROR]: (sha: WP8__ma)
> WP8 tests execution failed.
> timed out
> {noformat}
> Mobilespec tests are passing and test info is being written to couchDB but build script can't retrieve this results. This is because corresponding design document in {{mobilespec_results}} is missing.
> Here is request URL: {{http://o146:5984/mobilespec_results/_design/results/_view/sha?key="WP8__master__1403700905}}
> Problem is that {{_design/results/_view/sha}} design document is missing from {{mobilespec_results}} table. It isn't crated automatically and needs to be crated manually, but this is not described in README.md for cordova-medic.
> It is necessary to add info about creating corresponding design document  to {{mobilespec_results}} table to README.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)