You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Alejandro Fernandez <af...@hortonworks.com> on 2015/03/19 21:25:44 UTC

Review Request 32257: Unit test TestAmbariServer.py test_check_postgre_up() fails on BAO

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32257/
-----------------------------------------------------------

Review request for Ambari, Florian Barca, Jayush Luniya, and Yusaku Sako.


Bugs: AMBARI-10135
    https://issues.apache.org/jira/browse/AMBARI-10135


Repository: ambari


Description
-------

Unit test on builds.apache.org have been failing since
https://builds.apache.org/job/Ambari-trunk-Commit/2060/

```
======================================================================
FAIL: test_check_postgre_up (TestAmbariServer.TestAmbariServer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
    return func(*args, **keywargs)
  File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/TestAmbariServer.py", line 2322, in test_check_postgre_up
    self.assertEqual(4, retcode)
AssertionError: 4 != 0
```


Diffs
-----

  ambari-server/src/test/python/TestAmbariServer.py df8cf2b 

Diff: https://reviews.apache.org/r/32257/diff/


Testing
-------

----------------------------------------------------------------------
Total run:616
Total errors:0
Total failures:0
OK


Thanks,

Alejandro Fernandez