-
1. Re: bootclasspath-genadvisor-tests
adrian.brock Mar 6, 2006 10:56 AM (in response to adrian.brock)I think we need to fix these tests such that
1) The test reports go in the output directory
2) A separate subdirectory is used to hold the reports for the different runs of the tests.
3) These tests are run by cruisecontrol -
2. Re: bootclasspath-genadvisor-tests
kabirkhan Mar 6, 2006 10:57 AM (in response to adrian.brock)Yes
-
4. Re: bootclasspath-genadvisor-tests
kabirkhan Mar 6, 2006 11:07 AM (in response to adrian.brock)I agree. Tidying up the tests in aop and aspects is something I've been wanting to do for some time
-
5. Re: bootclasspath-genadvisor-tests
kabirkhan Mar 15, 2006 7:16 AM (in response to adrian.brock)Task to do this: http://jira.jboss.com/jira/browse/JBAOP-214
-
6. Re: bootclasspath-genadvisor-tests
rrajesh Apr 4, 2006 4:00 PM (in response to adrian.brock)Can we add a target to generate HTML reports for the AOP tests with suffices to the test name to differentiate the different runs of the test.
-
7. Re: bootclasspath-genadvisor-tests
kabirkhan Apr 5, 2006 4:26 AM (in response to adrian.brock)The output for each test now goes in a different directory
-
8. Re: bootclasspath-genadvisor-tests
rrajesh Apr 5, 2006 3:46 PM (in response to adrian.brock)Yes. Can we generate HTML reports from the junit xml reports in these different directories so that we can have the aop test results on cruisecontrol?
-
9. Re: bootclasspath-genadvisor-tests
clebert.suconic Apr 5, 2006 4:09 PM (in response to adrian.brock)That was one the things I didn't like on this build.xml.
Each test goes to a different output. It's way too confusing. We should change this build to send reports always to same directory output.
If you are doing that to have the same test being executed multiple times, I could point you out on how to get the same test being executed multiple times, and keeping individual results.
Look at clustering test at JBoss 4.0 / head for instance.
Here is an URL:
http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.0-testsuite/20060405132134/results/index.html
for future reference, when this URL is not valid any more, just go to the testsuite, and look at package org.jboss.test.cluster.test.
each test is executed twice, for example:
FieldBasedTestCase(Default-UDP)
FieldBasedTestCase(SyncModeNUseJvm-UDP)
I have hacked the reporter for this some time ago. It's not difficult to implement.