Author: kmarsden
Date: Fri Jun 10 19:04:54 2005
New Revision: 190059
URL: http://svn.apache.org/viewcvs?rev=190059&view=rev
Log:
Remove ErrorLogReader VTI testing from this test to avoid XID differences
David Van Couvering will submit a new test.
Contributed by David Van Couvering
Modified:
incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/miscerrors.out
incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/miscerrors.sql
Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/miscerrors.out
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/miscerrors.out?rev=190059&r1=190058&r2=190059&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/miscerrors.out
(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/miscerrors.out
Fri Jun 10 19:04:54 2005
@@ -28,14 +28,4 @@
ij> -- set isolation to repeatable read
set isolation serializable;
0 rows inserted/updated/deleted
-ij> -- Print the output of the ErrorLogVTI, make sure it's valid
-SELECT * FROM new org.apache.derby.diag.ErrorLogReader() vti;
-TS |THREADID |XID |LCCID
|DATABASE
|DRDAID
|LOGTEXT
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-xxxxxxFILTERED-TIMESTAMPxxxxx|main,5,main |92 |0
| wombat
| null
|Cleanup action starting
-xxxxxxFILTERED-TIMESTAMPxxxxx|main,5,main |92 |0
| wombat
| null
|Failed Statement is: --
-xxxxxxFILTERED-TIMESTAMPxxxxx|main,5,main |97 |0
| wombat
| null
|Cleanup action starting
-xxxxxxFILTERED-TIMESTAMPxxxxx|main,5,main |97 |0
| wombat
| null
|Failed Statement is: create table a (one int, two int)
-xxxxxxFILTERED-TIMESTAMPxxxxx|main,5,main |100 |0
| wombat
| null
|Cleanup action starting
-xxxxxxFILTERED-TIMESTAMPxxxxx|main,5,main |100 |0
| wombat
| null
|Failed Statement is: create table a (one int)
ij>
Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/miscerrors.sql
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/miscerrors.sql?rev=190059&r1=190058&r2=190059&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/miscerrors.sql
(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/miscerrors.sql
Fri Jun 10 19:04:54 2005
@@ -29,5 +29,3 @@
-- set isolation to repeatable read
set isolation serializable;
--- Print the output of the ErrorLogVTI, make sure it's valid
-SELECT * FROM new org.apache.derby.diag.ErrorLogReader() vti;
|