Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2008-08-18 06:30:14
Size: 3006
Editor: kfc
Comment:
Revision 15 as of 2008-08-21 09:32:45
Size: 5383
Editor: abr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 Assigned::  Assigned:: ABR + JRG
Line 21: Line 21:
 Tasks adressed:: ["TaskX/1"]  Tasks adressed:: ["TaskA.3"].
Line 27: Line 27:
 Time estimated:: not done  Time estimated:: 4md
Line 33: Line 33:
 Time used:: 0md  Time used:: 2h
Line 39: Line 39:
 Priority:: ?  Priority:: 1
Line 45: Line 45:
 Status:: Not started
 Status:: In progress
Line 61: Line 60:
Collect the results from the other testbed actions. Bundle these projects in an installable package, running on the local machine, reminiscent of the domstestsetup.sh.

The purpose of such a script is to be able to, quickly, setup a running empty DOMS system, to test against. All the data relating to one instance of DOMS must be
stored in a single well defined location, for easier coexistence with other DOMS'es.

Most of the other testbed actions produce webservices. This action should provide a tomcat for all of them to run in. Having just one tomcat instance per DOMS testbed
will help developers running parallel systems. (Btw. Lennert works with a 6.x tomcat, while fedora ships with a 5.5.x)

Thorough documentation about the interrelations between the components should be written or compiled from the actions, and a proper INSTALL document must be created.
Line 63: Line 71:
## Detailed description of wanted output from the work to be carried out. == Progress ==
Line 65: Line 73:
## E.g. Implement a utility class for writing data to a disk. The data must be base64 encoded before being written. Decisions:
 * The tomcat version: 5.5.x
 * Java version: 1.6
Line 67: Line 77:
The testbed consists of:
Line 68: Line 79:
Official systems
 * A tomcat system
 * Fedora 3.0 webservice
Line 69: Line 83:
Wrap up the Testbed webservices and Fedora so they can easily be installed in a tomcat. Write thorough documentation. Inhouse developed systems
 * Bitstorage webservice
 * File Characterization webservice
 * Pid generator webservice
 * Search webservice
Line 71: Line 89:
For all the inhouse systems the following requirements must be followed.
 * They must use Apache Axis 1.4
 * They must include documentation in the wsdl and javadoc in the java interface.
 * They must not use enviroment variables, but properties files. This helps in having two concurrent testbeds on the same machine.
 * Unit tests must be made, both for the backend implementation, and through the webservice frontend.
 * They must all use log4j. They must all have a configurable location for the logfile, inside the common testbed folder.
 * Webservices throwing checked exceptions must have them documented.
 * All webservices must be buildable by ant script
 

The testbed system should be distributed as a zip file. This zip file can be downloaded, extracted and installed. In all respects,
it is a file release in the sourceforge terminology. The zip file must of course be versioned in the filename. This zip file must be buildable by ant scripts.

The testbed will be delivered directly to Mjølner for now, by e-mail f.x. A page (gforge or similar) to house testbed versions will be needed later, but that is not addressed by this action.

An INSTALL document, properly instructing the user to run an install script must be included in the testbed release. The install procedure should be mostly automatic, and require no special knowledge of the internal workings of the systems. A README and CHANGELOG must be distributed along with the proper versioned testbed.

Action Testbed Delivery

Assigned
ABR + JRG

Prev assigned

Tasks adressed
["TaskA.3"].

Time estimated
4md

Time used
2h

Priority
1

Status
In progress

Iteration
11

Notes
Depends on all the other Testbed actions

Collect the results from the other testbed actions. Bundle these projects in an installable package, running on the local machine, reminiscent of the domstestsetup.sh.

The purpose of such a script is to be able to, quickly, setup a running empty DOMS system, to test against. All the data relating to one instance of DOMS must be stored in a single well defined location, for easier coexistence with other DOMS'es.

Most of the other testbed actions produce webservices. This action should provide a tomcat for all of them to run in. Having just one tomcat instance per DOMS testbed will help developers running parallel systems. (Btw. Lennert works with a 6.x tomcat, while fedora ships with a 5.5.x)

Thorough documentation about the interrelations between the components should be written or compiled from the actions, and a proper INSTALL document must be created.

Progress

Decisions:

  • The tomcat version: 5.5.x
  • Java version: 1.6

The testbed consists of:

Official systems

  • A tomcat system
  • Fedora 3.0 webservice

Inhouse developed systems

  • Bitstorage webservice
  • File Characterization webservice
  • Pid generator webservice
  • Search webservice

For all the inhouse systems the following requirements must be followed.

  • They must use Apache Axis 1.4
  • They must include documentation in the wsdl and javadoc in the java interface.
  • They must not use enviroment variables, but properties files. This helps in having two concurrent testbeds on the same machine.
  • Unit tests must be made, both for the backend implementation, and through the webservice frontend.
  • They must all use log4j. They must all have a configurable location for the logfile, inside the common testbed folder.
  • Webservices throwing checked exceptions must have them documented.
  • All webservices must be buildable by ant script

The testbed system should be distributed as a zip file. This zip file can be downloaded, extracted and installed. In all respects, it is a file release in the sourceforge terminology. The zip file must of course be versioned in the filename. This zip file must be buildable by ant scripts.

The testbed will be delivered directly to Mjølner for now, by e-mail f.x. A page (gforge or similar) to house testbed versions will be needed later, but that is not addressed by this action.

An INSTALL document, properly instructing the user to run an install script must be included in the testbed release. The install procedure should be mostly automatic, and require no special knowledge of the internal workings of the systems. A README and CHANGELOG must be distributed along with the proper versioned testbed.

Checklist For Working On An Action

The Life Cycle of an Action:

  • Assign people for action definition: Done at start of iteration status meeting. Fill out Assigned

  • Define the action: Describe information about what is to be done and how. Fill out Tasks Addressed and Time Estimated.

  • Review the definition: Get another project group member to review the action definition, and update it.

  • Assign people for action implementation: Done by project manager, usually the same persons who wrote the definition. Fill out Assigned and Prev assigned if new persons are assigned.

  • Implement the action: See details below

  • Review the action: Get another project group member to review what is implemented (code and documentation), and update it.

  • Finish the action: Change the status to "Finished" and update the "time used" field on the action page.

Please make sure that you address the below issues, when working on an action:

  • Update the state of the action to "In Progress" when you start working on it.
  • Check if the tasks addressed by this action have their status set to "In Progress". If that is not the case, then change the state of them.
  • Keep track of how much time that has been spent working on the action. If it addresses more than one task, then make a note on the action page about how much of the elapsed time that has been spent on the individual tasks. Hint: Continually updating the "Time used" field will make it easier for you.

  • Update the "Progress History" and documentation pages of each task addressed by this action when appropriate. This depends on the situation, but in general, the task pages should hold all important related information about the work done, experiences gathered, identified requirements and so on.

ActionTestbedDelivery (last edited 2010-03-17 13:12:45 by localhost)