[
https://issues.apache.org/jira/browse/DERBY-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588220#action_12588220
]
Tiago R. Espinha commented on DERBY-3574:
-----------------------------------------
I have ran derbyall but I can't seem to find suites.all like you told me to
run, am I doing something wrong?
Here's the result for derbyall:
------------------------------------------------------
------------------------------------------------------
Summary results:
Test Run Started: 2008-04-11 20:21:52.0
Test Run Duration: 01:27:29
249 Tests Run
100% Pass (249 tests passed)
0% Fail (0 tests failed)
7 Suites skipped
------------------------------------------------------
Passed tests in: derbyall_pass.txt
------------------------------------------------------
Skipped suites in: derbyall_skip.txt
------------------------------------------------------
System properties in: derbyall_prop.txt
------------------------------------------------------
------------------------------------------------------
No Failures.
------------------------------------------------------
> With client, attempting to get the lob length after commit or connection
> close if there was a call to length() before commit does not throw an
> exception
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-3574
> URL: https://issues.apache.org/jira/browse/DERBY-3574
> Project: Derby
> Issue Type: Bug
> Components: JDBC, Network Client, Newcomer
> Affects Versions: 10.5.0.0
> Reporter: Kathey Marsden
> Assignee: Tiago R. Espinha
> Priority: Trivial
> Attachments: derby3574-wtest.patch, derby3574.patch,
> TestLobLength.java
>
>
> Attempting to get call Blob/Clob.length() after commit or connection close
> does not fail if there was a previous call to length(). If no previous call
> was made an exception is thrown as expected.
> See attached program TestLobLength for repro with commit. If you comment out
> the two lines to get the length before the commit we get the expected
> exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.