[
https://issues.apache.org/jira/browse/DERBY-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500900
]
Kathey Marsden commented on DERBY-2743:
---------------------------------------
Here are my initial notes on the run and things that were notable. Once the
permission's issue is resolved, the network tests need to be rerun. I'll file
issues as needed Monday
Kathey
odbc_metadata.out
getImportedKeys no longer allows null TableName
DERBY-1484
authorization.sql and other tests
Changes in SQLStates for authorization
DERBY-1828
currentof.out
attempt to delete cursor past last row exception changed
ERROR XCL07 - cursor closed is now 42X30 Cursor not found
fk_nonSPS.out and other tests.
CALL WAIT_FOR_POST_COMMIT no longer prints "0 rows Inserted/updated/deleted"
I'm not sure what changed here.
Several Tests
call to ConsistencyChecker function references internal code and causes
java.lang.NoClassDefFoundError
org.apache.derby.iapi.sql.dictionary.DataDictionaryContext.
timestampArith.out
Lots of
ERROR XCL12: An attempt was made to put a data value of type java.sql.Time into
a data value of type TIMESTAMP
Not sure yet the source of the change.
union.sql
Error 42X58: The number of columns on the left and right side of UNION must be
the same.
DERBY-2370 corrected wrong behavior.
derbynetmats/derbynetclientmats importExport ieptest.sql connectionJdbc20.out
autoGeneratedJdbc30.out dbMetaDataJdbc30.out users.sql secureusers.sql
blobclob4blob ...
Most of the client tests failed due to:
AccessControlException: Access denied java.util.Property
derby.client.traceLevel read
due to DERBY-1275.
I think we need to make this AccessControlException non-fatal.
logChecksumSetup.out
Assertion failure
Exception in thread "main" java.sql.SQLException: Java exception: 'ASSERT
FAILED csf:C:\test\derbyall\storeall\storerecovery\storerecovery\wombat:
org.apache.derby.shared.common.sanity.AssertFailure'.
at
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:45)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Util.java:88)
at org.apache.derby.impl.jdbc.Util.javaException(Util.java:245)
at
org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(TransactionResourceImpl.java:403)
at
org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(TransactionResourceImpl.java:346)
at
org.apache.derby.impl.jdbc.EmbedConnection.handleException(EmbedConnection.java:1549)
at
org.apache.derby.impl.jdbc.EmbedConnection.<init>(EmbedConnection.java:373)
at
org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Driver30.java:80)
at org.apache.derby.jdbc.InternalDriver.connect(InternalDriver.java:209)
at
org.apache.derby.jdbc.AutoloadedDriver.connect(AutoloadedDriver.java:117)
at java.sql.DriverManager.getConnection(DriverManager.java:562)
at java.sql.DriverManager.getConnection(DriverManager.java:155)
at org.apache.derby.impl.tools.ij.util.startJBMS(util.java:505)
at org.apache.derby.impl.tools.ij.util.startJBMS(util.java:585)
at org.apache.derby.impl.tools.ij.util.startJBMS(util.java:566)
at org.apache.derby.tools.ij.startJBMS(ij.java:143)
at
org.apache.derbyTesting.functionTests.tests.store.LogChecksumSetup.main(Unknown
Source)
Caused by: org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED
csf:C:\test\derbyall\storeall\storerecovery\storerecovery\wombat
at
org.apache.derby.shared.common.sanity.SanityManager.ASSERT(SanityManager.java:120)
at
org.apache.derby.impl.services.monitor.StorageFactoryService$10.run(StorageFactoryService.java:739)
at
java.security.AccessController.doPrivileged(AccessController.java:242)
at
org.apache.derby.impl.services.monitor.StorageFactoryService.removeServiceRoot(StorageFactoryService.java:729)
at
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(BaseMonitor.java:1865)
at
org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(BaseMonitor.java:1017)
at
org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Monitor.java:588)
at
org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(EmbedConnection.java:1773)
at
org.apache.derby.impl.jdbc.EmbedConnection.<init>(EmbedConnection.java:281)
... 10 more
> Run 10.2 tests against 10.3 and evaluate to identify incompatibilities
> ----------------------------------------------------------------------
>
> Key: DERBY-2743
> URL: https://issues.apache.org/jira/browse/DERBY-2743
> Project: Derby
> Issue Type: Task
> Components: Test
> Affects Versions: 10.3.0.0
> Reporter: Kathey Marsden
> Assignee: Kathey Marsden
> Priority: Minor
> Fix For: 10.3.0.0
>
> Attachments: derbyall_report.txt
>
>
> It would be good to do a run of 10.2 tests against 10.3 to see if there are
> any obvious incompatibilities
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.