View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013227CDash(No Category)public2012-05-16 04:342012-05-16 04:34
ReporterDavid Schneider 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusnewResolutionopen 
PlatformlinuxOSCentOSOS Version6.2
Product Version2.0 
Target VersionFixed in Version 
Summary0013227: Asynchronous call to dailyupdate fails
DescriptionDuring 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 Reproducelocal options:
$CDASH_ASYNCHRONOUS_SUBMISSION = true;
$CDASH_AUTOREMOVE_BUILDS='1';
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2012-05-16 04:34 David Schneider New Issue


Copyright © 2000 - 2018 MantisBT Team