Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.4
-
None
-
None
Description
ActionQueue.py
- missing "Unrecognized command" testcase (L. 173)
- /src/test/python/TestActionQueue.py:42 unused test_RetryAction stub (retry is implemented in another way)
- /src/main/python/ambari_agent/ActionQueue.py:221 not covered case if commandresult['exitcode'] != 0:
- /src/main/python/ambari_agent/ActionQueue.py:247 not covered case if command.has_key('roleCommand') and command['roleCommand'] == 'START':
PuppetExecutor.py
- configureEnviron/generate_repo_manifests/run_manifest/runCommand are not covered.
PythonExecutor.py
- isSuccessfull is not tested
RepoInstaller.py
- prepareReposInfo/generateFiles are not covered
shell.py
- is not covered