MantisBT - CDash | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013227 | CDash | (No Category) | public | 2012-05-16 04:34 | 2012-05-16 04:34 |
| Reporter | David Schneider | ||||
| Assigned To | |||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | linux | OS | CentOS | OS Version | 6.2 |
| Product Version | 2.0 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0013227: Asynchronous call to dailyupdate fails | ||||
| Description | During asynchronous processing of submissions /cdash/processsubmissions.php get called by curl. From there /cdash/dailyupdatescurl.php should by called. But get_server_URI(true) returns http://localhost/cdash [^] if called from /cdash/processsubmissions.php. In cdash/do_submit.php:35 the path to cdash/dailyupdatescurl.php get builded as http://localhost/cdash/cdash/dailyupdatescurl.php [^] which is obviously wrong. From access log: 127.0.0.1 - - [13/May/2012:03:09:44 +0200] "GET /cdash/cdash/dailyupdatescurl.php?projectid=1 HTTP/1.1" 404 305 "-" "-" 127.0.0.1 - - [13/May/2012:03:09:44 +0200] "GET /cdash/processsubmissions.php?projectid=1 HTTP/1.1" 200 339 "-" "-" 192.168.26.212 - - [13/May/2012:03:09:44 +0200] "PUT /submit.php?project=[..].xml&MD5=0de7a3a662da23d8cbc6d38f7e2bf0c8 HTTP/1.1" 200 123 "-" "-" | ||||
| Steps To Reproduce | local options: $CDASH_ASYNCHRONOUS_SUBMISSION = true; $CDASH_AUTOREMOVE_BUILDS='1'; | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-05-16 04:34 | David Schneider | New Issue | |||
| There are no notes attached to this issue. |