Author: myrnavl
Date: Wed Nov 12 09:51:53 2008
New Revision: 713436
URL: http://svn.apache.org/viewvc?rev=713436&view=rev
Log:
DERBY-3943; testReplication_Local_3_p2.StateTests_smallInsert_immediateStopMaster_DISABLED()
causes hang in teardown()
workaround a jvm/os dependent hang & avoid unnecessary object creation
patch contributed by Ole Solberg
Modified:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p2.java
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p2.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p2.java?rev=713436&r1=713435&r2=713436&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p2.java
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p2.java
Wed Nov 12 09:51:53 2008
@@ -232,6 +232,7 @@
{
replication_Local_3_p2_StateTests(true, true);
}
+ /* Comment out fixture: Avoid attempt to call teardown! Hangs on Windows, but passes
on Unixes...
public void testReplication_Local_3_p2_StateTests_smallInsert_immediateStopMaster_DISABLED()
throws Exception
{
@@ -240,6 +241,7 @@
// And then we experience hang again...
// replication_Local_3_p2_StateTests(false, true);
}
+ */
public void testReplication_Local_3_p2_StateTests_bigInsert_sleepBeforeStopMaster()
throws Exception
{
|