> @hapylestat python unit test failures seem to be related, can you please > check?
it is not quite connected to my issue, problem are in ( `sudo.listdir(self.properties.yum_lib_dir)` ) ``` code, out, err = shell.checked_call(["ls", path], sudo=True, stderr=subprocess32.PIPE) ``` We unpacking 3 values from call, while UT mocking them to return only 2. Hate such functions with not strictly defined interface. Working on the fix [ Full content available at: https://github.com/apache/ambari/pull/2366 ] This message was relayed via gitbox.apache.org for [email protected]
