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 | Owned by: | 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 27168: