Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8F6311DF3 for ; Sun, 14 Sep 2014 11:44:49 +0000 (UTC) Received: (qmail 5376 invoked by uid 500); 14 Sep 2014 11:44:49 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 5343 invoked by uid 500); 14 Sep 2014 11:44:49 -0000 Mailing-List: contact commits-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list commits@falcon.incubator.apache.org Received: (qmail 5334 invoked by uid 99); 14 Sep 2014 11:44:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Sep 2014 11:44:49 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 14 Sep 2014 11:44:48 +0000 Received: (qmail 4997 invoked by uid 99); 14 Sep 2014 11:44:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Sep 2014 11:44:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0AB3D9C1F0C; Sun, 14 Sep 2014 11:44:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rostafiychuk@apache.org To: commits@falcon.incubator.apache.org Date: Sun, 14 Sep 2014 11:44:28 -0000 Message-Id: <45ad1c90ecf543f7bb001861b9c6a0ff@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: FALCON-716 PrismFeedSuspendTest tests retagged as distributed. Contributed by Ruslan Ostafiychuk X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-falcon Updated Branches: refs/heads/master 736bbff30 -> 4ed6d855e FALCON-716 PrismFeedSuspendTest tests retagged as distributed. Contributed by Ruslan Ostafiychuk Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/2094e6d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/2094e6d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/2094e6d7 Branch: refs/heads/master Commit: 2094e6d761d8aa2de35f36844e888592d4217114 Parents: 736bbff Author: Ruslan Ostafiychuk Authored: Sun Sep 14 14:33:41 2014 +0300 Committer: Ruslan Ostafiychuk Committed: Sun Sep 14 14:33:41 2014 +0300 ---------------------------------------------------------------------- falcon-regression/CHANGES.txt | 2 ++ .../org/apache/falcon/regression/prism/PrismFeedSuspendTest.java | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2094e6d7/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index a3f428e..9dc2590 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -64,6 +64,8 @@ Trunk (Unreleased) FALCON-681 delete duplicate feed retention test from falcon regression (SamarthG) BUG FIXES + FALCON-716 PrismFeedSuspendTest tests retagged as distributed (Ruslan Ostafiychuk) + FALCON-713 UpdateAtSpecificTimeTest#updateTimeInPast_Feed should submitAndSchedule feed rather then submit (Paul Isaychuk via Ruslan Ostafiychuk) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2094e6d7/falcon-regression/merlin/src/test/java/org/apache/falcon/regression/prism/PrismFeedSuspendTest.java ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin/src/test/java/org/apache/falcon/regression/prism/PrismFeedSuspendTest.java b/falcon-regression/merlin/src/test/java/org/apache/falcon/regression/prism/PrismFeedSuspendTest.java index 1b4ad35..7de5e39 100644 --- a/falcon-regression/merlin/src/test/java/org/apache/falcon/regression/prism/PrismFeedSuspendTest.java +++ b/falcon-regression/merlin/src/test/java/org/apache/falcon/regression/prism/PrismFeedSuspendTest.java @@ -129,7 +129,7 @@ public class PrismFeedSuspendTest extends BaseTestClass { * * @throws Exception */ - @Test(groups = "embedded") + @Test(groups = "distributed") public void testSuspendNonExistentFeedOnBothColos() throws Exception { AssertUtil.assertFailed(prism.getFeedHelper().suspend(bundles[0].getDataSets().get(0))); AssertUtil.assertFailed(prism.getFeedHelper().suspend(bundles[1].getDataSets().get(0))); @@ -143,7 +143,7 @@ public class PrismFeedSuspendTest extends BaseTestClass { * * @throws Exception */ - @Test(groups = "embedded") + @Test(groups = "distributed") public void testSuspendSubmittedFeedOnBothColos() throws Exception { bundles[0].submitFeed(); bundles[1].submitFeed();