You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Roger Meier (JIRA)" <ji...@apache.org> on 2015/04/26 16:09:38 UTC

[jira] [Resolved] (THRIFT-3109) Cross test log file cannot be browsed when served in HTTP server

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

Roger Meier resolved THRIFT-3109.
---------------------------------
    Resolution: Fixed
      Assignee: Nobuaki Sukegawa

committed

> Cross test log file cannot be browsed when served in HTTP server
> ----------------------------------------------------------------
>
>                 Key: THRIFT-3109
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3109
>             Project: Thrift
>          Issue Type: Bug
>          Components: Test Suite
>         Environment: Chrome
> Firefox
>            Reporter: Nobuaki Sukegawa
>            Assignee: Nobuaki Sukegawa
>            Priority: Minor
>             Fix For: 0.9.3
>
>
> Links to log files in cross test {{result.html}} does not work when served in HTTP server.
> It is especially crucial for Chrome because alternative way (use of {{file://}} scheme) does not work on it.
> h4. Steps to reproduce:
> # Run any number of cross test if never run once on your environment
> # As test output suggests, run HTTP server on the test directory, like {{cd test && python -m SimpleHTTPServer 8001}} for python2
> # Browse http://localhost:8001/result.html using a browser
> # Click on any *server* or *client* link in *Result(log)* column
> h4. Expected result:
> The log file content is displayed or at least a download dialog pops up.
> h4. Actual result:
> 404 Not found.
> h4. Cause:
> Link path format in {{results.json}} file should be relative rather than absolute file paths.



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