You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2012/02/06 11:49:16 UTC

svn commit: r1240973 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java

Author: gtully
Date: Mon Feb  6 10:49:15 2012
New Revision: 1240973

URL: http://svn.apache.org/viewvc?rev=1240973&view=rev
Log:
this test causes hudson to hang, disabling pending investigation into root cause

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java?rev=1240973&r1=1240972&r2=1240973&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java Mon Feb  6 10:49:15 2012
@@ -39,6 +39,7 @@ import org.apache.activemq.command.Activ
 import org.apache.activemq.command.ActiveMQTopic;
 import org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter;
 import org.junit.After;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -63,6 +64,7 @@ public class TempStorageConfigBrokerTest
     private Destination destination = new ActiveMQTopic("FooTwo");
 
     @Test(timeout=360000)
+    @Ignore("blocks in hudson, needs investigation")
     public void testFillTempAndConsumeWithBadTempStoreConfig() throws Exception {
 
         createBrokerWithInvalidTempStoreConfig();
@@ -97,6 +99,7 @@ public class TempStorageConfigBrokerTest
     }
 
     @Test(timeout=360000)
+    @Ignore("blocks in hudson, needs investigation")
     public void testFillTempAndConsumeWithGoodTempStoreConfig() throws Exception {
 
         createBrokerWithValidTempStoreConfig();