Nobuaki Sukegawa created THRIFT-3109:
----------------------------------------
Summary: 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)