Details
Details
Run it on Ysul, Apache up and down.
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- T818
- Build Status
Buildable 498 Build 613: arc lint + arc unit
Event Timeline
Comment Actions
Test run on Ysul
When Apache is down on the expected port
$ phpunit YsulApacheTest.php PHPUnit 4.4.0 by Sebastian Bergmann. F. Time: 97 ms, Memory: 3.00Mb There was 1 failure: 1) YsulApacheTest::testApacheIsLive Apache looks down. Failed asserting that 0 matches expected 200. /usr/home/dereckson/dev/nasqueron/ops/operations/tests/prod-environment-behaves-correctly/traits/assertHttp.php:13 /usr/home/dereckson/dev/nasqueron/ops/operations/tests/prod-environment-behaves-correctly/YsulApacheTest.php:25 FAILURES! Tests: 2, Assertions: 2, Failures: 1.
When Apache is up on the expected port
$ phpunit YsulApacheTest.php PHPUnit 4.4.0 by Sebastian Bergmann. .. Time: 99 ms, Memory: 2.75Mb OK (2 tests, 2 assertions)