Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 44602 invoked from network); 28 Mar 2009 15:01:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2009 15:01:11 -0000 Received: (qmail 32030 invoked by uid 500); 28 Mar 2009 15:01:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 31961 invoked by uid 500); 28 Mar 2009 15:01:11 -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 31947 invoked by uid 99); 28 Mar 2009 15:01:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 15:01:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 15:01:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FD5E234C004 for ; Sat, 28 Mar 2009 08:00:50 -0700 (PDT) Message-ID: <1881143356.1238252450587.JavaMail.jira@brutus> Date: Sat, 28 Mar 2009 08:00:50 -0700 (PDT) From: "Tiago R. Espinha (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3842) Convert "org.apache.derbyTesting.functionTests.tests.store.holdCursorExternalSortJDBC30.sql" to junit. In-Reply-To: <627133149.1218961666394.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693452#action_12693452 ] Tiago R. Espinha commented on DERBY-3842: ----------------------------------------- Wow, you're right on the money. I added the following line right after that else: System.out.print("Sorting and defaultSortBufferMax is " + sortBufferMax); And also added the line: System.out.println("Sorting is booting and we have: "+defaultSortBufferMax); to the boot method, right after: defaultSortBufferMax = PropertyUtil.getSystemInt("derby.storage.sortBufferMax", 0, Integer.MAX_VALUE, 0); The output is as follows: 2009-03-28 14:54:10.432 GMT : Apache Derby Network Server - 10.6.0.0 alpha - (757793M) started and ready to accept connections on port 1527 Sorting is booting and we have: 0 Sorting and defaultSortBufferMax is 6168 Also, I ran this on ij: values SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('derby.storage.sortBufferMax'); and the output is 5 (like I set it to be). Could this be a bug or are we missing something? > Convert "org.apache.derbyTesting.functionTests.tests.store.holdCursorExternalSortJDBC30.sql" to junit. > ------------------------------------------------------------------------------------------------------ > > Key: DERBY-3842 > URL: https://issues.apache.org/jira/browse/DERBY-3842 > Project: Derby > Issue Type: Test > Components: Test > Reporter: Junjie Peng > Assignee: Tiago R. Espinha > Attachments: derby-3842-1.patch, derby-3842-1.stat, derby-3842-tiago.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.