|
@@ -41,6 +41,7 @@ import org.apache.ambari.server.state.alert.Scope;
|
|
import org.apache.ambari.server.state.alert.SourceType;
|
|
import org.apache.ambari.server.state.alert.SourceType;
|
|
import org.junit.After;
|
|
import org.junit.After;
|
|
import org.junit.Before;
|
|
import org.junit.Before;
|
|
|
|
+import org.junit.Ignore;
|
|
import org.junit.Test;
|
|
import org.junit.Test;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
@@ -302,6 +303,7 @@ public class AlertDefinitionDAOTest {
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
@Test
|
|
@Test
|
|
|
|
+ @Ignore
|
|
public void testCascadeDelete() throws Exception {
|
|
public void testCascadeDelete() throws Exception {
|
|
AlertDefinitionEntity definition = helper.createAlertDefinition(clusterId);
|
|
AlertDefinitionEntity definition = helper.createAlertDefinition(clusterId);
|
|
|
|
|