[keycloak-dev] ditching Transaction

Bill Burke bburke at redhat.com
Tue Sep 10 16:34:07 EDT 2013


Sounds like a good idea as long as IDE right-click testing works out of 
the box.

On 9/10/2013 4:12 PM, Marek Posolda wrote:
> For unit testing, I am thinking about the possibility to add support for
> Parameterized runner (org.junit.runners.Parameterized) and provide
> various implementations of session factories (Picketlink, MongoDB,
> Infinispan, ...) as parameters. This will allow that unit tests will be
> executed against all provided backends. The drawback is that length of
> unit test execution could be longer...
>
> So not sure if add this directly into unit tests or as part of
> testsuite? Or maybe use just default backend (Picketlink) for normal
> execution and enable others on demand (for example by adding some maven
> profile or system property) ?
>
> Marek
>
> On 10.9.2013 16:53, Bill Burke wrote:
>> I'll be ditching Transaction class and implementing Servlet Filters to
>> replace it.  Undertow will be used for unit testing.  Should have
>> something committed EOD.
>>
>> Bill
>>
>

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list