OOZIE-2579 Bulk kill tests in TestBulkWorkflowXCommand might fail because of a race condition (pbacsko via rkanter)
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/1cb23a55 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/1cb23a55 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/1cb23a55 Branch: refs/heads/master Commit: 1cb23a5542e3c959bf4cd22287ac826a65c26f69 Parents: 7e6498f Author: Robert Kanter <[email protected]> Authored: Tue Jul 12 17:25:37 2016 -0700 Committer: Robert Kanter <[email protected]> Committed: Tue Jul 12 17:25:37 2016 -0700 ---------------------------------------------------------------------- core/src/test/java/org/apache/oozie/test/XDataTestCase.java | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/1cb23a55/core/src/test/java/org/apache/oozie/test/XDataTestCase.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/oozie/test/XDataTestCase.java b/core/src/test/java/org/apache/oozie/test/XDataTestCase.java index 081d2f1..ea778bd 100644 --- a/core/src/test/java/org/apache/oozie/test/XDataTestCase.java +++ b/core/src/test/java/org/apache/oozie/test/XDataTestCase.java @@ -1446,7 +1446,7 @@ public abstract class XDataTestCase extends XHCatTestCase { action.setSlaXml("<sla></sla>"); action.setData("dummy data"); action.setStats("dummy stats"); - action.setExternalChildIDs("00000001-dummy-oozie-wrkf-W"); + action.setExternalChildIDs("job_201601011800_0001"); action.setRetries(2); action.setUserRetryCount(1); action.setUserRetryMax(2); http://git-wip-us.apache.org/repos/asf/oozie/blob/1cb23a55/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 2d40dea..2036dbc 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.3.0 release (trunk - unreleased) +OOZIE-2579 Bulk kill tests in TestBulkWorkflowXCommand might fail because of a race condition (pbacsko via rkanter) OOZIE-2587 Disable SchedulerService on certain tests (pbacsko via rkanter) OOZIE-2603 Give thread pools a meaningful name in CallableQueueService and SchedulerService (pbacsko via rkanter) OOZIE-2436 Fork/join workflow fails with "oozie.action.yarn.tag must not be null" (puru)
