[
https://issues.apache.org/jira/browse/THRIFT-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509441#comment-14509441
]
ASF GitHub Bot commented on THRIFT-3109:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/457
THRIFT-3109 Cross test log file cannot be browsed when served in HTTP se...
...rver
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3109
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/457.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 #457
----
commit dd20fc8966649a309d5c468102397c4d5be0ed59
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-04-11T15:32:40Z
THRIFT-3109 Cross test log file cannot be browsed when served in HTTP server
----
> 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
> 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)