2/1/2013 7:58:05 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:54:59 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:44:35 PM
make sure to decrement the number of active threads before
calling notify(). Otherwise, we may end up with the following scenario: Thread A Thread B curActiveThreads > 0 == true wait(1000) notify curActiveThreads > 0 == true wait(1000) curActiveThreads-- wait timeout curActiveThreads > 0 == false
This change speeds up account tests by 25s (from 1m10s down to
45s).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:13:12 PM
is useful for tests to override properties without having to
override System-wide properties.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:11:43 PM
is useful for tests to override properties without having to
override System-wide properties.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 6:46:44 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 5:21:25 PM
meter-as-osgi-bundle
|
|
|
2/1/2013 5:19:20 PM
is especially useful for analytics.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 4:55:53 PM
1 row from the tables. That should be enough to
check the connection to the db is working and the table is present.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|