[hornetq-commits] JBoss hornetq SVN: r8504 - trunk/tests/src/org/hornetq/tests/stress/failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 2 10:15:34 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-12-02 10:15:34 -0500 (Wed, 02 Dec 2009)
New Revision: 8504

Added:
   trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomReattachStressTest.java
   trunk/tests/src/org/hornetq/tests/stress/failover/RandomReattachStressTest.java
Removed:
   trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomFailoverStressTest.java
   trunk/tests/src/org/hornetq/tests/stress/failover/RandomFailoverStressTest.java
Log:
Just Renaming Tests

Deleted: trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomFailoverStressTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomFailoverStressTest.java	2009-12-02 14:59:36 UTC (rev 8503)
+++ trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomFailoverStressTest.java	2009-12-02 15:15:34 UTC (rev 8504)
@@ -1,31 +0,0 @@
-/*
- * Copyright 2009 Red Hat, Inc.
- * Red Hat licenses this file to you under the Apache License, version
- * 2.0 (the "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *    http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- * implied.  See the License for the specific language governing
- * permissions and limitations under the License.
- */
-
-package org.hornetq.tests.stress.failover;
-
-import org.hornetq.tests.integration.cluster.reattach.MultiThreadRandomReattachTest;
-
-/**
- * A MultiThreadRandomFailoverStressTest
- * 
- * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
- * @author <a href="mailto:clebert.suconic at jboss.org">Clebert Suconic</a>
- */
-public class MultiThreadRandomFailoverStressTest extends MultiThreadRandomReattachTest
-{
-   protected int getNumIterations()
-   {
-      return 100;
-   }
-
-}

Copied: trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomReattachStressTest.java (from rev 8502, trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomFailoverStressTest.java)
===================================================================
--- trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomReattachStressTest.java	                        (rev 0)
+++ trunk/tests/src/org/hornetq/tests/stress/failover/MultiThreadRandomReattachStressTest.java	2009-12-02 15:15:34 UTC (rev 8504)
@@ -0,0 +1,31 @@
+/*
+ * Copyright 2009 Red Hat, Inc.
+ * Red Hat licenses this file to you under the Apache License, version
+ * 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.  See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
+
+package org.hornetq.tests.stress.failover;
+
+import org.hornetq.tests.integration.cluster.reattach.MultiThreadRandomReattachTest;
+
+/**
+ * A MultiThreadRandomFailoverStressTest
+ * 
+ * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
+ * @author <a href="mailto:clebert.suconic at jboss.org">Clebert Suconic</a>
+ */
+public class MultiThreadRandomReattachStressTest extends MultiThreadRandomReattachTest
+{
+   protected int getNumIterations()
+   {
+      return 100;
+   }
+
+}

Deleted: trunk/tests/src/org/hornetq/tests/stress/failover/RandomFailoverStressTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/stress/failover/RandomFailoverStressTest.java	2009-12-02 14:59:36 UTC (rev 8503)
+++ trunk/tests/src/org/hornetq/tests/stress/failover/RandomFailoverStressTest.java	2009-12-02 15:15:34 UTC (rev 8504)
@@ -1,54 +0,0 @@
-/*
- * Copyright 2009 Red Hat, Inc.
- * Red Hat licenses this file to you under the Apache License, version
- * 2.0 (the "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *    http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- * implied.  See the License for the specific language governing
- * permissions and limitations under the License.
- */
-
-
-package org.hornetq.tests.stress.failover;
-
-import org.hornetq.tests.integration.cluster.reattach.RandomReattachTest;
-
-/**
- * A RandomFailoverStressTest
- *
- * @author <a href="mailto:clebert.suconic at jboss.org">Clebert Suconic</a>
- * 
- * Created Jan 22, 2009 8:32:59 PM
- *
- *
- */
-public class RandomFailoverStressTest extends RandomReattachTest
-{
-
-   // Constants -----------------------------------------------------
-
-   // Attributes ----------------------------------------------------
-
-   // Static --------------------------------------------------------
-
-   // Constructors --------------------------------------------------
-
-   // Public --------------------------------------------------------
-
-   // Package protected ---------------------------------------------
-
-   // Protected -----------------------------------------------------
-   
-   protected int getNumIterations()
-   {
-      return 100;
-   }
-
-   // Private -------------------------------------------------------
-
-   // Inner classes -------------------------------------------------
-
-}

Copied: trunk/tests/src/org/hornetq/tests/stress/failover/RandomReattachStressTest.java (from rev 8502, trunk/tests/src/org/hornetq/tests/stress/failover/RandomFailoverStressTest.java)
===================================================================
--- trunk/tests/src/org/hornetq/tests/stress/failover/RandomReattachStressTest.java	                        (rev 0)
+++ trunk/tests/src/org/hornetq/tests/stress/failover/RandomReattachStressTest.java	2009-12-02 15:15:34 UTC (rev 8504)
@@ -0,0 +1,54 @@
+/*
+ * Copyright 2009 Red Hat, Inc.
+ * Red Hat licenses this file to you under the Apache License, version
+ * 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.  See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
+
+
+package org.hornetq.tests.stress.failover;
+
+import org.hornetq.tests.integration.cluster.reattach.RandomReattachTest;
+
+/**
+ * A RandomFailoverStressTest
+ *
+ * @author <a href="mailto:clebert.suconic at jboss.org">Clebert Suconic</a>
+ * 
+ * Created Jan 22, 2009 8:32:59 PM
+ *
+ *
+ */
+public class RandomReattachStressTest extends RandomReattachTest
+{
+
+   // Constants -----------------------------------------------------
+
+   // Attributes ----------------------------------------------------
+
+   // Static --------------------------------------------------------
+
+   // Constructors --------------------------------------------------
+
+   // Public --------------------------------------------------------
+
+   // Package protected ---------------------------------------------
+
+   // Protected -----------------------------------------------------
+   
+   protected int getNumIterations()
+   {
+      return 100;
+   }
+
+   // Private -------------------------------------------------------
+
+   // Inner classes -------------------------------------------------
+
+}



More information about the hornetq-commits mailing list