-
1. Re: AOP-MC-INT Beta Release
kabirkhan Mar 20, 2008 10:33 AM (in response to adrian.brock)I don't have a concrete list, but most of the tests will currently be failing since I have rewritten them to work with the JAXB parsing.
Apart from that I have not reaally touched the core of aop-mc-int, merely added BeanMetaDataFactories to the new org.jboss.aop.microcontainer.beans.metadata package -
2. Re: AOP-MC-INT Beta Release
adrian.brock Mar 20, 2008 10:45 AM (in response to adrian.brock)"kabir.khan@jboss.com" wrote:
I don't have a concrete list, but most of the tests will currently be failing since I have rewritten them to work with the JAXB parsing.
What do we need to do to get them working again?
Or can I just release aop-mc-int without running the tests? ;-(
This is a beta release, so if you are happy it isn't broken
(I don't know how you would know? :-), I'd be ok with getting the tests working
again in the next beta. -
3. Re: AOP-MC-INT Beta Release
kabirkhan Mar 20, 2008 10:45 AM (in response to adrian.brock)Oh,
I commited the new aop-mc-int schema, but there are some problems with it which I was going to raise in another thread. I will roll it back to the original version pre-xsd:redefine -
4. Re: AOP-MC-INT Beta Release
adrian.brock Mar 20, 2008 11:06 AM (in response to adrian.brock)Ok, let me know what you decide and when it is done.
I want to do the beta release tomorrow. -
5. Re: AOP-MC-INT Beta Release
kabirkhan Mar 20, 2008 11:11 AM (in response to adrian.brock)I have created https://svn.jboss.org/repos/jbossas/projects/microcontainer/branches/jaxb-aop-mc-int/ with the jaxb changes, and will attempt to rollback the tests in trunk.
-
6. Re: AOP-MC-INT Beta Release
kabirkhan Mar 20, 2008 1:44 PM (in response to adrian.brock)I have reverted the tests in trunk to work as they did in the previous release.
I have run the non-secure versions of the tests and the not woven ones pass 100%. For the woven ones I am seeing some failures in MicrocontainerAllTestCase. -
7. Re: AOP-MC-INT Beta Release
kabirkhan Mar 20, 2008 1:45 PM (in response to adrian.brock)[junit] Running org.jboss.test.microcontainer.test.MicrocontainerAllTestCase [junit] Tests run: 1156, Failures: 9, Errors: 54, Time elapsed: 30.546 sec [junit] Test org.jboss.test.microcontainer.test.MicrocontainerAllTestCase FAILED
-
8. Re: AOP-MC-INT Beta Release
adrian.brock Mar 20, 2008 1:47 PM (in response to adrian.brock)I see 8 failures using tests-no-weave
Results : Tests in error: Tests run: 1353, Failures: 0, Errors: 8, Skipped: 0
I'll go with that as a base line.
Let's get this to no errors for the next beta.