You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmitro Lisnichenko <dl...@hortonworks.com> on 2015/03/01 17:57:30 UTC

Review Request 31597: Several unittests failing on trunk - test_count_hash_sum, test_zip_directory

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

Review request for Ambari and Myroslav Papirkovskyy.


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


Repository: ambari


Description
-------

======================================================================
FAIL: test_count_hash_sum (TestResourceFilesKeeper.TestResourceFilesKeeper)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/TestResourceFilesKeeper.py", line 234, in test_count_hash_sum
self.assertEquals(hash_sum, self.DUMMY_UNCHANGEABLE_PACKAGE_HASH)
AssertionError: '131a35e9bbe4254beebe33714d2293481c96e693' != '3a3109ba7b01639f08e5f6e7efd0e2fe4612812c'
======================================================================
FAIL: test_zip_directory (TestResourceFilesKeeper.TestResourceFilesKeeper)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/TestResourceFilesKeeper.py", line 314, in test_zip_directory
self.assertEquals(hash_val, self.DUMMY_UNCHANGEABLE_PACKAGE_HASH)
AssertionError: '131a35e9bbe4254beebe33714d2293481c96e693' != '3a3109ba7b01639f08e5f6e7efd0e2fe4612812c'
Seems that introduced by https://issues.apache.org/jira/browse/AMBARI-9858


Diffs
-----

  ambari-server/src/test/python/TestResourceFilesKeeper.py 82fb3c6 

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


Testing
-------

----------------------------------------------------------------------
Ran 234 tests in 6.126s

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


Thanks,

Dmitro Lisnichenko