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 53f7a98 OOZIE-3498 TestOozieCLI testRetryWithRetryCount and
testRetryForTimeout is flaky (asalamon74 via kmarton)
53f7a98 is described below
commit 53f7a98eca87d09c35fd88c5d1d27c34a85cc634
Author: Julia Kinga Marton <[email protected]>
AuthorDate: Wed May 29 09:25:28 2019 +0200
OOZIE-3498 TestOozieCLI testRetryWithRetryCount and testRetryForTimeout is
flaky (asalamon74 via kmarton)
---
core/src/test/java/org/apache/oozie/client/TestOozieCLI.java | 4 ++--
release-log.txt | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
b/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
index ca6cb21..708f7e9 100644
--- a/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
+++ b/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
@@ -1518,7 +1518,7 @@ public class TestOozieCLI extends DagServletTestCase {
}
catch (Exception e) {
assertTrue(e.getMessage().contains(
- "Error while connecting Oozie server. No of
retries = 4. Exception = Connection refused"));
+ "Error while connecting Oozie server. No of
retries = 4."));
}
return null;
}
@@ -1571,7 +1571,7 @@ public class TestOozieCLI extends DagServletTestCase {
}
catch (Exception e) {
assertTrue(e.getMessage().contains(
- "Error while connecting Oozie server. No of
retries = 2. Exception = Connection refused"));
+ "Error while connecting Oozie server. No of
retries = 2."));
}
return null;
}
diff --git a/release-log.txt b/release-log.txt
index 496267a..7d547ea 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+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)
OOZIE-3455 Inconsistent CoordMaterializeTransitionXCommand logging(asalamon74
via kmarton)