This is an automated email from the ASF dual-hosted git repository.
kmarton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new 11fc003 OOZIE-3500 Flaky tests based on WorkflowTestCase (asalamon74
via kmarton)
11fc003 is described below
commit 11fc003160d8c2d8cc6cd661877586159afbbcc9
Author: Julia Kinga Marton <[email protected]>
AuthorDate: Wed May 29 09:34:17 2019 +0200
OOZIE-3500 Flaky tests based on WorkflowTestCase (asalamon74 via kmarton)
---
minitest/src/test/java/org/apache/oozie/test/WorkflowTestCase.java | 2 --
release-log.txt | 1 +
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/minitest/src/test/java/org/apache/oozie/test/WorkflowTestCase.java
b/minitest/src/test/java/org/apache/oozie/test/WorkflowTestCase.java
index 6e9fed7..00b49a9 100644
--- a/minitest/src/test/java/org/apache/oozie/test/WorkflowTestCase.java
+++ b/minitest/src/test/java/org/apache/oozie/test/WorkflowTestCase.java
@@ -238,8 +238,6 @@ public abstract class WorkflowTestCase extends
MiniOozieTestCase {
workflowJob = oozieClient.getJobInfo(workflowJobId);
- assertEquals(WorkflowJob.Status.RUNNING, workflowJob.getStatus());
-
return this;
}
diff --git a/release-log.txt b/release-log.txt
index 7d547ea..3f28e24 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3500 Flaky tests based on WorkflowTestCase (asalamon74 via kmarton)
OOZIE-3498 TestOozieCLI testRetryWithRetryCount and testRetryForTimeout is
flaky (asalamon74 via kmarton)
OOZIE-3483 [Java 11] Fluent job API build fails due to Jaxb2 maven plugin
(kmarton via asalamon74)
OOZIE-3494 Incorrect hadoop-yarn-registry version(asalamon74 via kmarton)