Actions
Bug #7883
closedcommand_execution_result does not define result classes for "other" return codes than kept/repaired
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Hi,
Running the testall on v0.x (on commit 7c57f4c), command_execution_result.cf fails:
srv:~/ncf/tests/acceptance # ./testall --verbose ./30_generic_methods/command_execution_result.cf === Test environment: === AGENT= CF_PROMISES= CF_SERVERD= CF_KEY= ========================= ====================================================================== Testsuite started at 2016-02-08 09:24:35 ---------------------------------------------------------------------- Total tests: 1 ./30_generic_methods/command_execution_result.cf FAIL ====================================================================== Testsuite finished at 2016-02-08 09:24:39 (4 seconds) Passed tests: 0 Failed tests: 1 Failed to crash tests: 0 Skipped tests: 0
Apparently Test "E" fails with the exit code 5:
2016-02-08T09:24:38+0100 verbose: /default/default/methods/'any'/default/check: Private classes augmented: ok_B ok_D ok_A ok_C 2016-02-08T09:24:38+0100 verbose: /default/default/methods/'any'/default/check/reports: Evaluating promise '$(this.promise_filename) Pass' 2016-02-08T09:24:38+0100 verbose: /default/default/methods/'any'/default/check/reports: Skipping next promise '$(this.promise_filename) Pass', as context 'ok' is not relevant
Files
Actions