You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2008/05/28 20:59:46 UTC

[jira] Commented: (DERBY-3389) 'store/OnlineCompressTest.java' fails with "Expected at least 33 pages reclaimed. ERROR: for 2000 row test. Expected 1, but got 18"

    [ https://issues.apache.org/jira/browse/DERBY-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600577#action_12600577 ] 

Knut Anders Hatlen commented on DERBY-3389:
-------------------------------------------

Just for the record, I saw the same issue today on trunk (revision 660961) when I ran derbyall on Solaris 10 (amd64) with Sun's 1.6.0_04 JVM.

> 'store/OnlineCompressTest.java' fails with "Expected at least 33 pages reclaimed. ERROR: for 2000 row  test. Expected 1, but got 18"
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3389
>                 URL: https://issues.apache.org/jira/browse/DERBY-3389
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>    Affects Versions: 10.4.1.3
>         Environment: OS: Solaris 10 8/07 s10s_u4wos_12b SPARC 64bits - SunOS 5.10 Generic_120011-14
> JVM: java version "1.6.0_04", Java(TM) SE Runtime Environment (build 1.6.0_04-b12), Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode) 
>            Reporter: Ole Solberg
>            Priority: Minor
>
> See http://dbtg.thresher.com/derby/test/10.3Branch/jvm1.6/testing/Limited/testSummary-618335.html / http://dbtg.thresher.com/derby/test/10.3Branch/jvm1.6/testing/testlog/sparc/618335-derbyall_diff.txt :
> .
> .
> Ending test: test3
> Beginning test: test5
> Executing test: begin test5: 2000 row test.
> Expected at least 33 pages reclaimed.
> ERROR: for 2000 row  test. Expected 1, but got 18
> before_info:
>     IS_INDEX         =0
>     NUM_ALLOC        =72
>     NUM_FREE         =0
>     NUM_UNFILLED     =1
>     PAGE_SIZE        =4096
>     ESTIMSPACESAVING =0
> after_info:
>     IS_INDEX         =0
>     NUM_ALLOC        =18
>     NUM_FREE         =24
>     NUM_UNFILLED     =2
>     PAGE_SIZE        =4096
>     ESTIMSPACESAVING =98304
> Executing test: end test5: 2000 row test.
> Executing test: begin test5: 10000 row test.
> Executing test: end test5: 10000 row test.
> Ending test: test5
> Beginning test: test6
> .
> .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (DERBY-3389) 'store/OnlineCompressTest.java' fails with "Expected at least 33 pages reclaimed. ERROR: for 2000 row test. Expected 1, but got 18"

Posted by Myrna van Lunteren <m....@gmail.com>.
On 5/28/08, Knut Anders Hatlen (JIRA) <ji...@apache.org> wrote:
>
>    [ https://issues.apache.org/jira/browse/DERBY-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600577#action_12600577 ]
>
> Knut Anders Hatlen commented on DERBY-3389:
> -------------------------------------------
>
> Just for the record, I saw the same issue today on trunk (revision 660961) when I ran derbyall on Solaris 10 (amd64) with Sun's 1.6.0_04 JVM.
>
> > 'store/OnlineCompressTest.java' fails with "Expected at least 33 pages reclaimed. ERROR: for 2000 row  test. Expected 1, but got 18"
> > ------------------------------------------------------------------------------------------------------------------

Does that mean there is a derby.log (and the database) in a 'fail'
directory? (The bug was reported on 10.3 which doesn't have the
functionality to save relevant files in failed situations, but trunk
may have something...)
Myrna