Comments

borisson_ created an issue. See original summary.

borisson_’s picture

Issue summary: View changes

I just ran into this again and this has been very annoying. Updated IS.

borisson_’s picture

Title: Random test failures for php7+mysql » Random test failures contributed modules' automated tests.
Issue summary: View changes

Added another link to the same failure in the Search API queue, for php5 this time.

borisson_’s picture

Issue summary: View changes

Added another link. Same error message: GET /checkout/core/install.php returned 0 (0 bytes).

borisson_’s picture

Issue summary: View changes

This is another fail:

exception: [Warning] Line 366 of core/includes/file.inc:
file_put_contents(temporary://.htaccess): failed to open stream: "Drupal\Core\StreamWrapper\TemporaryStream::stream_open" call failedfile_put_contents('temporary://.htaccess', '# Deny all requests from Apache 2.4+.
dave reid’s picture

Mixologic’s picture

Component: Code » Unexplained Failures/Support
Mixologic’s picture

Status: Active » Closed (outdated)

Im going to guess that this was another example of tests concurrently accessing the .htaccess file, which was fixed in core a while back.