Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27114 closed defect (bug) (fixed)

Don't use HTTPS in unit tests if OpenSSL isn't loaded.

Reported by: bpetty's profile bpetty Owned by: nacin's profile nacin
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.9
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

Among our tools that don't support the SSL transport is PHP 5.2 Travis CI hosts, which can't properly detect which unit tests shouldn't be run, resulting in test failures for known bugs.

This falls back on non-SSL to fetch open tickets if OpenSSL isn't available.

A test run has successfully passed here:
https://travis-ci.org/tierra/wordpress/jobs/18756798

Attachments (1)

ticket-27114-tests-openssl.patch (778 bytes) - added by bpetty 11 years ago.

Download all attachments as: .zip

Change History (2)

#1 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 27168:

Don't use HTTPS in unit tests if OpenSSL isn't loaded.

props bpetty.
fixes #27114.

Note: See TracTickets for help on using tickets.