I updated the requirements check a little:

  • Removed connection test to 88.208.239.81 (IP of the server on which t.d.o runs). We need to accept inbound connections from that host, but never establish an outbound connection to it.
  • Changed localhost test to $base_url test. Run-tests is invoked with $base_url, not localhost.
  • Restructured the CLI commands check a little.
  • Added test for "mysql" cli command which is required as well.
  • Added check for PHP configuration settings. At the moment it only checks memory limit, for both PHP/apache as PHP/cli.
CommentFileSizeAuthor
pifr_configuration_checks.patch4.93 KBbart jansens

Comments

boombatower’s picture

Testing server needs to send back results to t.d.o as outbound connect.

bart jansens’s picture

The t.d.o check is still in there. All I removed was the connection test to the IP address (which apparently also points to t.d.o - odd setup). These are the same firewall settings as used by slave #4 and they do seem to work.

boombatower’s picture

Version: 6.x-1.4 » 6.x-2.x-dev
boombatower’s picture

Status: Active » Fixed

Changes made in 2.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.