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 "Ole Solberg (JIRA)" <ji...@apache.org> on 2007/10/30 15:51:50 UTC

[jira] Created: (DERBY-3164) Create Replication specific tests

Create Replication specific tests
---------------------------------

                 Key: DERBY-3164
                 URL: https://issues.apache.org/jira/browse/DERBY-3164
             Project: Derby
          Issue Type: Sub-task
          Components: Test
    Affects Versions: 10.4.0.0
            Reporter: Ole Solberg
            Priority: Minor


Create new replication specific tests
 - Functional Testing (replication commands)
  - Single Operation Tests: input variation, legal/illegal syntax/semantics.
  - Negative testing
  - Operation Sequences
  - Concurrency Semantics
  - Application Profiles (# of master/slave servers, # of databases per master/slave,..)
  - Provocative Operation Sequences and Operation Concurrency
 - Non-Functional Testing
  - Performance
  - Stress, Resource Control
  - Volume
  - Scalability
  - Resource Leakage
  - Authentication
  - Authorization
  - ....


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


[jira] Closed: (DERBY-3164) Create Replication specific tests

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

Ole Solberg closed DERBY-3164.
------------------------------

    Resolution: Fixed

Currently planned framework and tests for trunk and 10.4 branch are committed and used in nightly tests: Closing.
Additional improvements and additions will be traced by new JIRA issues. 


> Create Replication specific tests
> ---------------------------------
>
>                 Key: DERBY-3164
>                 URL: https://issues.apache.org/jira/browse/DERBY-3164
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>            Priority: Minor
>         Attachments: derby-3164.1-v1.diff.txt
>
>
> Create new replication specific tests
>  - Functional Testing (replication commands)
>   - Single Operation Tests: input variation, legal/illegal syntax/semantics.
>   - Negative testing
>   - Operation Sequences
>   - Concurrency Semantics
>   - Application Profiles (# of master/slave servers, # of databases per master/slave,..)
>   - Provocative Operation Sequences and Operation Concurrency
>  - Non-Functional Testing
>   - Performance
>   - Stress, Resource Control
>   - Volume
>   - Scalability
>   - Resource Leakage
>   - Authentication
>   - Authorization
>   - ....

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


[jira] Assigned: (DERBY-3164) Create Replication specific tests

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

Ole Solberg reassigned DERBY-3164:
----------------------------------

    Assignee: Ole Solberg

> Create Replication specific tests
> ---------------------------------
>
>                 Key: DERBY-3164
>                 URL: https://issues.apache.org/jira/browse/DERBY-3164
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>            Priority: Minor
>
> Create new replication specific tests
>  - Functional Testing (replication commands)
>   - Single Operation Tests: input variation, legal/illegal syntax/semantics.
>   - Negative testing
>   - Operation Sequences
>   - Concurrency Semantics
>   - Application Profiles (# of master/slave servers, # of databases per master/slave,..)
>   - Provocative Operation Sequences and Operation Concurrency
>  - Non-Functional Testing
>   - Performance
>   - Stress, Resource Control
>   - Volume
>   - Scalability
>   - Resource Leakage
>   - Authentication
>   - Authorization
>   - ....

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


[jira] Updated: (DERBY-3164) Create Replication specific tests

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

Ole Solberg updated DERBY-3164:
-------------------------------

    Attachment: derby-3164.1-v1.diff.txt

First version of replication specific tests and tests exploiting existing Derby JUnit tests for replication testing.



+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/StandardTests.java
Wrappers for decorating "standard" Apache Derby JUnit tests when running against already started servers.

+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/replicationtest.properties
Example replicationtest.properties file. For testing, the replicationtest.properties file must reside inDerby ${user.dir}.

+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationTestRun.java
Suite to run "standard" Apache Derby JUnit tests against already started servers.

+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/KillSlave.java
+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/KillMaster.java
+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ShutdownSlave.java
+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/DestroySlaveDB.java
+ java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/SimplePerfTest.java
Some replication specific tests.


> Create Replication specific tests
> ---------------------------------
>
>                 Key: DERBY-3164
>                 URL: https://issues.apache.org/jira/browse/DERBY-3164
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>            Priority: Minor
>         Attachments: derby-3164.1-v1.diff.txt
>
>
> Create new replication specific tests
>  - Functional Testing (replication commands)
>   - Single Operation Tests: input variation, legal/illegal syntax/semantics.
>   - Negative testing
>   - Operation Sequences
>   - Concurrency Semantics
>   - Application Profiles (# of master/slave servers, # of databases per master/slave,..)
>   - Provocative Operation Sequences and Operation Concurrency
>  - Non-Functional Testing
>   - Performance
>   - Stress, Resource Control
>   - Volume
>   - Scalability
>   - Resource Leakage
>   - Authentication
>   - Authorization
>   - ....

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