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 "Kristian Waagan (JIRA)" <ji...@apache.org> on 2012/09/21 14:28:09 UTC

[jira] [Created] (DERBY-5934) Convert store.ReEncryptCrashRecovery

Kristian Waagan created DERBY-5934:
--------------------------------------

             Summary: Convert store.ReEncryptCrashRecovery
                 Key: DERBY-5934
                 URL: https://issues.apache.org/jira/browse/DERBY-5934
             Project: Derby
          Issue Type: Task
          Components: Test
    Affects Versions: 10.10.0.0
            Reporter: Kristian Waagan
            Assignee: Kristian Waagan


Convert the old-style Java test store.ReEncryptCrashRecovery to JUnit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DERBY-5934) Convert store.ReEncryptCrashRecovery

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan updated DERBY-5934:
-----------------------------------

    Attachment: ReEncryptCrashRecoveryTest.java

Attaching first draft of the test.
It runs, but I need to fix a few things first:
 o fix documentation and JavaDoc comments
 o complete cleanup
 o decide if the demonstrated database deletion code is ok. I'm considering adding a flag instructing the test to only delete the databases if the test passed. the logic could also be moved to tearDown if I use an instance variable.

Ready for initial review/commenting.
                
> Convert store.ReEncryptCrashRecovery
> ------------------------------------
>
>                 Key: DERBY-5934
>                 URL: https://issues.apache.org/jira/browse/DERBY-5934
>             Project: Derby
>          Issue Type: Task
>          Components: Test
>    Affects Versions: 10.10.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>         Attachments: ReEncryptCrashRecoveryTest.java
>
>
> Convert the old-style Java test store.ReEncryptCrashRecovery to JUnit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DERBY-5934) Convert store.ReEncryptCrashRecovery

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan updated DERBY-5934:
-----------------------------------

    Attachment: derby-5934-1a-converted_to_junit.stat
                derby-5934-1a-converted_to_junit.diff

Attaching a proper diff. Also removes one master, removes the test from a runlist, and adds the new test to the store suite.

Note that the test now only deletes the database(s) if the test passes. Otherwise the deletion will typically fail and mask the real error/problem.

Patch ready for review.
                
> Convert store.ReEncryptCrashRecovery
> ------------------------------------
>
>                 Key: DERBY-5934
>                 URL: https://issues.apache.org/jira/browse/DERBY-5934
>             Project: Derby
>          Issue Type: Task
>          Components: Test
>    Affects Versions: 10.10.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>         Attachments: derby-5934-1a-converted_to_junit.diff, derby-5934-1a-converted_to_junit.stat, ReEncryptCrashRecoveryTest.java
>
>
> Convert the old-style Java test store.ReEncryptCrashRecovery to JUnit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (DERBY-5934) Convert store.ReEncryptCrashRecovery

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan closed DERBY-5934.
----------------------------------


Test has been running for a few days without failures.
Closing issue.
                
> Convert store.ReEncryptCrashRecovery
> ------------------------------------
>
>                 Key: DERBY-5934
>                 URL: https://issues.apache.org/jira/browse/DERBY-5934
>             Project: Derby
>          Issue Type: Task
>          Components: Test
>    Affects Versions: 10.10.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>             Fix For: 10.10.0.0
>
>         Attachments: derby-5934-1a-converted_to_junit.diff, derby-5934-1a-converted_to_junit.stat, ReEncryptCrashRecoveryTest.java
>
>
> Convert the old-style Java test store.ReEncryptCrashRecovery to JUnit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DERBY-5934) Convert store.ReEncryptCrashRecovery

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan resolved DERBY-5934.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.10.0.0

Committed to trunk with revision 1392375.
Awaiting results from automatic tests before closing.
                
> Convert store.ReEncryptCrashRecovery
> ------------------------------------
>
>                 Key: DERBY-5934
>                 URL: https://issues.apache.org/jira/browse/DERBY-5934
>             Project: Derby
>          Issue Type: Task
>          Components: Test
>    Affects Versions: 10.10.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>             Fix For: 10.10.0.0
>
>         Attachments: derby-5934-1a-converted_to_junit.diff, derby-5934-1a-converted_to_junit.stat, ReEncryptCrashRecoveryTest.java
>
>
> Convert the old-style Java test store.ReEncryptCrashRecovery to JUnit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira