Last active
August 29, 2015 14:17
-
-
Save neilhwatson/37281236b49d1cc9f046 to your computer and use it in GitHub Desktop.
3.6.5 test failure for jimis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./testall --agent=/usr/bin/cf-agent 01_vars/02_functions/network/selectservers.cf | |
| ====================================================================== | |
| Testsuite started at 2015-03-13 10:21:45 | |
| ---------------------------------------------------------------------- | |
| Total tests: 1 | |
| CRASHING_TESTS: enabled | |
| NETWORK_TESTS: enabled | |
| STAGING_TESTS: disabled | |
| UNSAFE_TESTS: disabled | |
| LIBXML2_TESTS: enabled | |
| ./01_vars/02_functions/network/selectservers.cf FAIL | |
| ====================================================================== | |
| Testsuite finished at 2015-03-13 10:23:38 (113 seconds) | |
| Passed tests: 0 | |
| Failed tests: 1 | |
| Skipped tests: 0 | |
| Soft failures: 0 | |
| Total tests: 1 | |
| neil@ettin ~/src/cfengine-core/tests/acceptance $ cat test.log | |
| ====================================================================== | |
| Testsuite started at 2015-03-13 10:21:45 | |
| ---------------------------------------------------------------------- | |
| Total tests: 1 | |
| CRASHING_TESTS: enabled | |
| NETWORK_TESTS: enabled | |
| STAGING_TESTS: disabled | |
| UNSAFE_TESTS: disabled | |
| LIBXML2_TESTS: enabled | |
| ---------------------------------------------------------------------- | |
| ./01_vars/02_functions/network/selectservers.cf | |
| ---------------------------------------------------------------------- | |
| R: /home/neil/src/cfengine-core/tests/acceptance/./01_vars/02_functions/network/selectservers.cf FAIL | |
| R: dcs_passif: failing based on class '__passif' | |
| R: dcs_passif_expected: bad: up2servers was NOT defined | |
| R: dcs_passif_expected: bad: second_is_ok was NOT defined | |
| R: retval: 1 | |
| R: alive_servers: cfengine.com $(test.alive_servers[1]) $(test.alive_servers[2]) | |
| Return code is 0. | |
| ==> FAIL | |
| ====================================================================== | |
| Testsuite finished at 2015-03-13 10:23:38 (113 seconds) | |
| Passed tests: 0 | |
| Failed tests: 1 | |
| Skipped tests: 0 | |
| Soft failures: 0 | |
| Total tests: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment