|
1/4/2013 7:54:55 AM
on their attributes (AUTO_INVOICING_OFF, AUTO_PAY_OFF)
|
|
12/14/2012 10:18:25 PM
don't pass on H2: https://travis-ci.org/killbill/killbill/jobs/3672372
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/14/2012 9:54:04 PM
like .setFetchSize(Integer.MIN_VALUE).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/14/2012 9:08:40 PM
tests were failing with H2 due to a missing account lock
(invoices were being generated multiple times in parallel).
This patch makes MockGlobalLocker implement the GlobalLocker using
AtomicBoolean.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
|
12/14/2012 7:25:11 PM
TestNG groups:
* fast: unit tests not requiring a database
* slow: unit tests requiring a database (MySQL or H2)
* mysql: MySQL specific tests (TestMysqlGlobalLocker and TestDefaultAnalyticsUserApi)
This check-in also introduces a new profile 'h2' to run tests under h2.
Travis will also now run slow tests using H2.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
|
|