-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33373/
-----------------------------------------------------------
Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, and Sid Wagle.
Bugs: AMBARI-10612
https://issues.apache.org/jira/browse/AMBARI-10612
Repository: ambari
Description
-------
Several unit tests are broken,
https://builds.apache.org/job/Ambari-trunk-Commit/2362/ started failing in
```
Tests in error:
testActionTimeout(org.apache.ambari.server.actionmanager.TestActionScheduler)
testCancelRequests(org.apache.ambari.server.actionmanager.TestActionScheduler)
testInvalidAlertDefinition(org.apache.ambari.server.state.alerts.AlertReceivedListenerTest):
Exception [EclipseLink-4002] (Eclipse Persistence Services -
2.5.2.v20140319-9ad6abd):
org.eclipse.persistence.exceptions.DatabaseException(..)
```
Last build, https://builds.apache.org/job/Ambari-trunk-Commit/2375/consoleFull
has been failing with,
```
testActionTimeout(org.apache.ambari.server.actionmanager.TestActionScheduler)
testCancelRequests(org.apache.ambari.server.actionmanager.TestActionScheduler)
testCreateDefaultHostParams(org.apache.ambari.server.controller.AmbariManagementControllerImplTest)
```
mvn clean test
AmbariManagementControllerImplTest (fails locally and on BAO)
RootServiceResponseFactoryTest (failed locally only, but not via IDE)
TestActionScheduler (fails only on BAO)
Diffs
-----
ambari-server/src/test/java/org/apache/ambari/server/actionmanager/TestActionScheduler.java
e565922
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerImplTest.java
5778434
Diff: https://reviews.apache.org/r/33373/diff/
Testing
-------
mvn clean test
All unit tests passed locally, and the individual tests that were failing
passed when ran as a singleton.
Thanks,
Alejandro Fernandez