Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 832F91736F for ; Sun, 1 Mar 2015 17:40:13 +0000 (UTC) Received: (qmail 35473 invoked by uid 500); 1 Mar 2015 17:40:13 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 35441 invoked by uid 500); 1 Mar 2015 17:40:13 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 35432 invoked by uid 99); 1 Mar 2015 17:40:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2015 17:40:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2EFFE03C8; Sun, 1 Mar 2015 17:40:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlevas@apache.org To: commits@ambari.apache.org Message-Id: <527f581db8884e82869391d111a5ea78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-9859. TestResourceFilesKeeper unit tests fail (rlevas) Date: Sun, 1 Mar 2015 17:40:12 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 56a673517 -> 8dac828ee AMBARI-9859. TestResourceFilesKeeper unit tests fail (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8dac828e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8dac828e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8dac828e Branch: refs/heads/trunk Commit: 8dac828ee0be9e6bfdfa50b128698606f53e9e78 Parents: 56a6735 Author: Robert Levas Authored: Sun Mar 1 12:40:06 2015 -0500 Committer: Robert Levas Committed: Sun Mar 1 12:40:06 2015 -0500 ---------------------------------------------------------------------- ambari-server/src/test/python/TestResourceFilesKeeper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8dac828e/ambari-server/src/test/python/TestResourceFilesKeeper.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/TestResourceFilesKeeper.py b/ambari-server/src/test/python/TestResourceFilesKeeper.py index 82fb3c6..88cf137 100644 --- a/ambari-server/src/test/python/TestResourceFilesKeeper.py +++ b/ambari-server/src/test/python/TestResourceFilesKeeper.py @@ -49,7 +49,7 @@ class TestResourceFilesKeeper(TestCase): DUMMY_UNCHANGEABLE_PACKAGE=os.path.join(DUMMY_UNCHANGEABLE_STACK, ResourceFilesKeeper.PACKAGE_DIR) - DUMMY_UNCHANGEABLE_PACKAGE_HASH="3a3109ba7b01639f08e5f6e7efd0e2fe4612812c" + DUMMY_UNCHANGEABLE_PACKAGE_HASH="131a35e9bbe4254beebe33714d2293481c96e693" DUMMY_HASH="dummy_hash" YA_HASH="yet_another_hash" SOME_PATH="some-path"