Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Servers
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2011 at 04:27 UTC
Updated:
21 Aug 2014 at 21:00 UTC
Jump to comment: Most recent
The relative path is used instead of the absolute URL
For example: http://drupal.org/node/992020#comment-4556200, #1178410: Change simpletest core patch to use git apply (-p1)
Comments
Comment #1
boombatower commentedThe culprit would seem to be the following from pift.cron.inc.
I'm not sure why that would return the path instead of URL.
Comment #2
rfayAll testbot tests are currently failing due to relative paths being delivered by file_create_url().
I assume that 6.22 was deployed today, and that that is the culprit?
Example failures:
#1178410: Change simpletest core patch to use git apply (-p1)
#992020: Taxonomy autocomplete does not respect cursor position.
Comment #3
killes@www.drop.org commentedI can confrm that 6.22 was deployed today.
Comment #4
rfayAs far as I can tell, all tests are broken due to this. Haven't investigated.
Is file_create_url() completely broken in 6.22? I'll won't be around much until this evening; not sure about then.
Comment #5
damien tournoud commentedThe culprit is the CDN patch from Pressflow. I hot reverted the change (BZR revision r411) we merged while deploying 6.22. Not sure what the proper fix is, but changing file URLs from absolute to relative looks like a non-API compatible change :/
Comment #6
pillarsdotnet commentedLooks like (some) tests are passing once again.
Comment #7
rfayWhat was the final outcome with this? Is there action still required?
Comment #8
killes@www.drop.org commentedI guess it's fixed.