[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-30 Thread Benjamin Reed (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-215:


Attachment: ZOOKEEPER-215.patch

resynced patch

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-30 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-215:
---

Attachment: ZOOKEEPER-215.patch

fixes a small typo in the patch

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-30 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-215:
---

  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

Committed revision 739475.

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-29 Thread Benjamin Reed (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-215:


Attachment: ZOOKEEPER-215.patch

Added a way to run the system unit test more easily and fixed a couple of bugs.

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-29 Thread Benjamin Reed (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-215:


Status: Patch Available  (was: Open)

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch, ZOOKEEPER-215.patch, 
 ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-27 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-215:
---

Status: Open  (was: Patch Available)

Found some issues with this. In particular the docs. I'll  upload a new patch 
for that (also license issues). But there is still an issue with running the 
tests. ant is not picking up the system tests. perhaps add the ability to run 
system tests to the fatjar?


 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch, ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-24 Thread Benjamin Reed (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-215:


Attachment: ZOOKEEPER-215.patch

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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



[jira] Updated: (ZOOKEEPER-215) expand system test environment

2009-01-24 Thread Benjamin Reed (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-215:


Status: Patch Available  (was: Open)

This patch allows processing containers to be started up on distributed 
servers. the system test then spawns servers and clients on the servers to run 
the tests.

 expand system test environment
 --

 Key: ZOOKEEPER-215
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-215
 Project: Zookeeper
  Issue Type: New Feature
  Components: tests
Reporter: Patrick Hunt
Assignee: Benjamin Reed
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-215.patch


 Currently our system tests are lumped in with our unit tests. It would be 
 great to have a system test environment where we could run larger scale 
 testing. Say you have 20 hosts, and you would like to test a serving ensemble 
 with 7 servers and 100 clients running particular operations. It should be 
 easy to test this scenario. Additionally during the test it should be 
 possible to simulate serving node failure, etc...
 I've had a brief conversation with Ben about this and he's going to take this 
 JIRA.

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