Change Notes item #462292, was opened at 2001-09-17 10:44
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=462292&group_id=22866

Category: None
Group: v3.0 (Rabbit Hole)
Status: Open
Priority: 5
Submitted By: David Jencks (d_jencks)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tests converted to JBossTestCase

Initial Comment:
I have completed modifying the test cases to descend
from JBossTestCase (and sometimes use JBossTestSetup).
These provide deployment, logging, and InitialContext
services and access to the MBean server (through the
RMI connector)

The following problems remain:

1. The jars for the security tests do not deploy. I
haven't located what is misconfigured. Perhaps a
security expert could fix this.

2. The TestBean test is not really a junit test yet: it
does not appear to test everything with an assertion.
For this reason I did not convert to use log4j logging.

3. The XA test fails due to lack of configured
datasources and, presumably, an xa database.

4. The web tests fail. I am assuming this is due to
Jetty not being deployed quite properly yet. Perhaps a
Jetty expert could look at this.

5. Some of the Stress tests timeout on my machine.

6. Some tests appear to hang occasionally when run in a
suite, but not when run alone.


Desirable enhancements:

I haven't checked thoroughly, but I think most ejbs are
not configured to drop any tables they may have jaws
create.  I think they should.

Some tests seem to duplicate a lot of other tests.

More flexible timeout mechanism.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=462292&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to