This content has been marked as final.
Show 5 replies
-
1. Re: Issues on the JCA Adapter:
clebert.suconic Apr 24, 2009 5:49 AM (in response to clebert.suconic)What I mean here is... I found those just by reading the code.
I'm sure we could find more dumb bugs like this when we start to test it.
It's better we write a testsuite for this, or it's going to be really bad! -
2. Re: Issues on the JCA Adapter:
timfox Apr 24, 2009 6:07 AM (in response to clebert.suconic)You could write a 10 minute unit test to verify the correct attributes are picked up correctly by the RA
-
3. Re: Issues on the JCA Adapter:
clebert.suconic Apr 24, 2009 6:24 AM (in response to clebert.suconic)yes, That's easy.. but I'm proposing real tests.
-
4. Re: Issues on the JCA Adapter:
ataylor Apr 27, 2009 12:40 AM (in response to clebert.suconic)yes, That's easy.. but I'm proposing real tests.
The 'real' tests should already be in the AS project and would get run when we fully integrate. For now some basic tests should be enough. -
5. Re: Issues on the JCA Adapter:
clebert.suconic Apr 27, 2009 4:32 AM (in response to clebert.suconic)Yes, We talked about that thourhg IRC,
But however we need additional tests to besides what 's on AS.
For instance, there are no tests validating backup configuration on JBAS. We still need our own tests for our adapter.
And IMO, we will need to do those tests before GA IMO.