You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2008/09/07 19:34:40 UTC

svn commit: r692908 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/predicatesIntoViews.out tests/lang/predicatesIntoViews.sql

Author: kahatlen
Date: Sun Sep  7 10:34:39 2008
New Revision: 692908

URL: http://svn.apache.org/viewvc?rev=692908&view=rev
Log:
DERBY-3850: Remove unneeded workarounds for DERBY-177 and DERBY-3693

Removed workaround in lang/predicatesIntoViews.sql.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/predicatesIntoViews.out
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews.sql

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/predicatesIntoViews.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/predicatesIntoViews.out?rev=692908&r1=692907&r2=692908&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/predicatesIntoViews.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/predicatesIntoViews.out Sun Sep  7 10:34:39 2008
@@ -4603,10 +4603,6 @@
 where l.resourceid = ror.id and ror.currentversion = rov.id and l.ownerid = be.id;
 0 rows inserted/updated/deleted
 ij> --echo === Create Users ================================================;
--- if we don't commit, the following insert will block due to fix of beetle 4821
-commit;
-ij> -- The following insert statement shouldn't block for 2 minutes!! The compile of the trigger
--- shouldn't wait for timeout!!
 insert into xr.businessentity ( ID, type, name, authID, createdate, changedate )
 	values ('xxxxFILTERED-UUIDxxxx', 
 		'USER', 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews.sql
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews.sql?rev=692908&r1=692907&r2=692908&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews.sql (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/predicatesIntoViews.sql Sun Sep  7 10:34:39 2008
@@ -1911,11 +1911,6 @@
 
 --echo === Create Users ================================================;
 
--- if we don't commit, the following insert will block due to fix of beetle 4821
-commit;
-
--- The following insert statement shouldn't block for 2 minutes!! The compile of the trigger
--- shouldn't wait for timeout!!
 insert into xr.businessentity ( ID, type, name, authID, createdate, changedate )
 	values ('26747154-0dfc-46af-a85d-1dc30c230c4e', 
 		'USER',