Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8491 invoked from network); 5 Jul 2006 13:23:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 13:23:19 -0000 Received: (qmail 48734 invoked by uid 500); 5 Jul 2006 13:23:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48696 invoked by uid 500); 5 Jul 2006 13:23:18 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 48687 invoked by uid 99); 5 Jul 2006 13:23:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 06:23:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 06:23:17 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CF4284103E4 for ; Wed, 5 Jul 2006 13:21:30 +0000 (GMT) Message-ID: <7033387.1152105690845.JavaMail.jira@brutus> Date: Wed, 5 Jul 2006 13:21:30 +0000 (GMT+00:00) From: "Andreas Korneliussen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1477) create JUnit tests for testing BLOB OutOfMemory problems In-Reply-To: <9303759.1152088171333.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1477?page=all ] Andreas Korneliussen updated DERBY-1477: ---------------------------------------- Attachment: DERBY-1477.diff DERBY-1477.stat Attaching test patch. The test has 4 testcases. The 2 testcases which uses scrollable resultsets fails with OutOfMemoryErrors. > create JUnit tests for testing BLOB OutOfMemory problems > -------------------------------------------------------- > > Key: DERBY-1477 > URL: http://issues.apache.org/jira/browse/DERBY-1477 > Project: Derby > Type: Sub-task > Components: Test > Versions: 10.2.0.0 > Reporter: Andreas Korneliussen > Assignee: Andreas Korneliussen > Attachments: DERBY-1477.diff, DERBY-1477.stat > > Create JUnit tests for testing BLOBs. > This includes: > * BLOBDataModelSetup, which creates a table with BLOB columns, and populates it with BLOBs of size 1MB - 64 MB. > * TestInputStream: InputStream class which returns n bytes of dummy data > * BLOBTest: Junit TestCase for testing reading BLOBs using different ResultSet types, and updating them using positioned updates or with result set methods. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira